| Post | Author | Forum | Thread | Posted | Relevance | |
|---|---|---|---|---|---|---|
|
Post #13395932 Could you please add documentation for the Events? onblur onclose oncreate onfocus onupdate I want to listen if a tab reloads without injecting a script into it. Does onupdate suit my ...… |
Nippey | Opera Extensions Development Discussions | Opera 12 Beta - New Tab APIs | Nov 15 2012 | ||
|
Post #13381992 [author] I have an addition to Tab-Dragging: I have just seen that I get the "insert Tab here" symbol, when dragging anything to Opera's Tab-Bar. (I'm on Windows) What I tried was to drag a tab from Op ...… |
Nippey | Desktop wish-list | Dragging of Tabs | Nov 13 2012 | ||
|
Post #13271892 [author] There are some pages on the Web, that also offer an Android App. If you navigate to them using the stock brwoser, you are asked: "Do you want to open this link using: Browser or App XXX?" Ope ...… |
Nippey | Opera Mobile for Android | Send Intents to (registered) Android Apps | Oct 24 2012 | ||
|
Post #13067662 Hi, I have the same problems (for year now). I wrote a mail to the GMX team at the beginning of this year, but I never got a reply. Maybe a bigger/more famous instance or a bigger amount of ...… |
Nippey | Open the Web | gmx.de | Sep 13 2012 | ||
|
Post #12989632 Thank you for your insights, this belongs in some tutorial! ;)… |
Nippey | Opera Extensions Development Discussions | defineMagicFunction can be called recursively || undefine.. possible? | Aug 29 2012 | ||
|
Post #12984932 Follow-up: It works! Thank you! No security exceptions, no banana skin :D And while fiddling I learned that an extension has its own window-object and that I can get the one I wanted via wi ...… |
Nippey | Opera Extensions Development Discussions | defineMagicFunction can be called recursively || undefine.. possible? | Aug 28 2012 | ||
|
Post #12984522 Ahhh *ping* At last the penny's dropped, I understand your code! :D Well that looks good, I'll have to play with the before script thingies of opera extensions.. My last concern is, that I ...… |
Nippey | Opera Extensions Development Discussions | defineMagicFunction can be called recursively || undefine.. possible? | Aug 28 2012 | ||
|
Post #12978252 Thank you for your answer, but it doesn't work. No matter which method I use, I'll get: "Unhandled Error: Object.defineProperty: invalid modification of non-configurable property" I am tryi ...… |
Nippey | Opera Extensions Development Discussions | defineMagicFunction can be called recursively || undefine.. possible? | Aug 27 2012 | ||
|
Post #12810402 [author] Hey, of course this isn't primarily an issue of Opera, if the Flash-Player takes up a lot of CPU power. At the moment I am using a Flash-Website which always takes up 100% CPU-Power. This real ...… |
Nippey | Desktop wish-list | CPU-Limit for Opera Plugin Wrapper | Jul 29 2012 | ||
|
Post #12691792 Any progress on undefining magicFunctions?… |
Nippey | Opera Extensions Development Discussions | defineMagicFunction can be called recursively || undefine.. possible? | Jul 10 2012 | ||
|
Post #12558852 Extract from youtube http://www.youtube.com/watch?v=wLz2ZOoz784#t=56s: (13.04.2012 von odevrel) Patrick H. Lauke, product manager for Opera Dragonfly, gives an early look at some of the upcomi ...… |
Nippey | Opera Dragonfly Discussions | Highlight the column in addition to the line when stepping though code | Jun 22 2012 | ||
|
Post #12491892 Report sent. What I already tried is to define a proxy function and call it with a timeout: var proxyFunction; window.opera.defineMagicFunction('doX', function (oRealFunc, oThis) { proxy ...… |
Nippey | Opera Extensions Development Discussions | defineMagicFunction can be called recursively || undefine.. possible? | Jun 15 2012 | ||
|
Post #12483882 Hey, what about adding a Code Formatter to Opera dragonfly? So Dragonfly automatically turns this: function Jk(a){var b=Ak[a],c=oc(G(b.target));u(d,function(a){b.api[a]=r(c[a],c)});b.api.ah=r ...… |
Nippey | Opera Dragonfly Discussions | Highlight the column in addition to the line when stepping though code | Jun 15 2012 | ||
|
Post #12482542 minimal example: THIS IS NOT NICE BUT SHOWS WHAT I MEAN :rolleyes: for: Opera/9.80 (Windows NT 6.1; U; Edition Next; de) Presto/2.10.289 Version/12.00 Version: 12.00; Build: 1467; Platform: Wi ...… |
Nippey | Opera Extensions Development Discussions | defineMagicFunction can be called recursively || undefine.. possible? | Jun 15 2012 | ||
|
Post #12470492 EDIT: Tested with Opera 12 - x64!! 1) By "call a magic function recursively", do you mean that the magic function would call itself? The second function call is not a direct recursion, lets s ...… |
Nippey | Opera Extensions Development Discussions | defineMagicFunction can be called recursively || undefine.. possible? | Jun 14 2012 | ||
|
Post #12458652 [author] Hi, I have a script at whose activities I want to react without modifying it. So I hooked on it's myrReady-call like this: window.opera.defineMagicFunction('myrReady', function (oRealFunc, ...… |
Nippey | Opera Extensions Development Discussions | defineMagicFunction can be called recursively || undefine.. possible? | Jun 12 2012 | ||
|
Post #12458562 [author] Hi, I am debugging a foreign, obfuscated code, which has been reduced to a single line. As dragonfly only says, "I am in line 1", it doesn't help me very much. What about either highlightin ...… |
Nippey | Opera Dragonfly Discussions | Highlight the column in addition to the line when stepping though code | Jun 12 2012 | ||
|
Post #12321002 Aaaah, thank you! ;)… |
Nippey | Opera Extensions Development Discussions | Opera's extension ratings calculated wrong? | May 21 2012 | ||
|
Post #12312702 [author] Well, the title may sound strong, but I just uploaded a new extension and got a first rating for it. What makes me curious is, that I got a 5-star rating, but under my extension's title there are ...… |
Nippey | Opera Extensions Development Discussions | Opera's extension ratings calculated wrong? | May 19 2012 | ||
|
Post #12275442 Well, I have built my own solution, which will be okay, as long as no one else messes with the observed function ;) Copy this code into every script which shall observe the same function: ...… |
Nippey | Opera Extensions Development Discussions | defineMagicFunction for the same function from two different Extensions? | May 14 2012 | ||
|
Post #12269892 [author] Hi, I am writing on two different extensions which both rely on the reaction to a certain function. So I tried to hook on it with defineMagicFunction from both extensions. The result is, th ...… |
Nippey | Opera Extensions Development Discussions | defineMagicFunction for the same function from two different Extensions? | May 13 2012 | ||
|
Post #12164272 Seems to apply to me, too. Opera crashes on Exiting Starting Opera again: [Empty Window] The now called .win.bak is the just corrupted file. Renaming doesn't help any more -.- Pleas creat ...… |
Nippey | Opera for Windows | Session restore backup | Apr 27 2012 | ||
|
Post #11885912 Support for comments to comments, it is annoying if you cant respond to (false) statements written below your extension. :(… |
Nippey | Opera extensions | The comments need to be better/Languages need to be grouped | Mar 20 2012 | ||
|
Post #11351132 [author] Hi, I'm not quite happy with the way extensions are listed on "addons.opera.com/de/addons/extensions". If you chose "Show Elements in All Languages", you'll see the same Extension 20 times i ...… |
Nippey | Opera Extensions Development Discussions | Language Filtering of Opera's extension-page | Jan 14 2012 | ||
|
Post #10190902 [author] Hi, although mobile phones are usually one-user-devices, there are cases where I would like to have the possibility to wipe traces concerning a certain website. A prominent example in my case ...… |
Nippey | Mobile wish-list | Private Browsing on mobile devices | Aug 28 2011 | ||
|
Post #9646932 [author] Hi, is it possible to add this feature to Opera Dragonfly? Im developing a plugin and I need to analyse the POST data being sent to the sever by a quite complex javascript. At the moment I ca ...… |
Nippey | Opera browser | Support for POST-Data Analysis | Jun 14 2011 | ||
|
Post #9389192 [author] Hi, I want to copy an image which can be requested only once from the host. The image is written by another javascript as id="infotag" style="backgroundImage:url(...)" to an existing DOM objec ...… |
Nippey | General Web Development Discussions | JS: Copy backgroundImage: Prevent 2nd HTTP request | May 12 2011 | ||
|
Post #8502752 Opera very often hangs on long pages other browsers don't have problem with :/ http://www.ljubljanskimaraton.si/index.asp?s=10&p=2&kat=M21 Freezes here (O 10.54) no problem in Firefox Fr ...… |
Nippey | Opera browser | Opera 11 FREEZE / HANG on Long pages (site likes reddit, blogs ...) (win 7) | Jan 29 2011 | ||
|
Post #8485912 [author] Hi, since updating to Opera 11.01 Winx64 I have the following problem: The onconnect-event of my extensions the bg-process isn't fired on startup of opera. In my case I have a script manipulati ...… |
Nippey | Opera browser | Opera 11.01 Startup: Extension's bg-process is started too slow to connect to injected scripts? | Jan 28 2011 | ||
|
Post #8485812 Same problem for me since Opera Version 10 on Win XP. Now using Opera 11.01 on Win7x64. Browser freezes consuming one cpu-core's power to 100%. Problem occurs on scrolling through long pages wh ...… |
Nippey | Opera browser | Opera 11 FREEZE / HANG on Long pages (site likes reddit, blogs ...) (win 7) | Jan 28 2011 | ||
|
Post #8453012 Another thing i'm missing is a link to send a message to the autor of the pluginn or at least to its profile.… |
Nippey | Opera Extensions Development Discussions | Suggestion for the extension's details page: Add commenting function for the autor | Jan 25 2011 | ||
|
Post #8414762 [author] Hey, it would be cool to add a commenting function for the author to the details page of a plug-in. So you can write some text to react on general suggestions, critics or questions by the users ...… |
Nippey | Opera Extensions Development Discussions | Suggestion for the extension's details page: Add commenting function for the autor | Jan 20 2011 | ||
|
Post #8212112 Thank you for your support Im not at home but a little test using the widget:// wrapper works! Cool & Thx! ;)… |
Nippey | Opera Extensions Development Discussions | Read in contents of a xml-file from within the extension package | Dec 28 2010 | ||
|
Post #8196942 Thank you, that looks good! But I have still al little problem: What is the path to a file within an extension? [ext.oex]/rescources/res.xml I tried to access the File via "/rescources/res ...… |
Nippey | Opera Extensions Development Discussions | Read in contents of a xml-file from within the extension package | Dec 27 2010 | ||
|
Post #8182442 [author] Hi, I want to send a preformatted xml-file to a server. In order to improve readability, i would like to save the xml data to separate files. How can I read them into a javascript variable? ...… |
Nippey | Opera Extensions Development Discussions | Read in contents of a xml-file from within the extension package | Dec 25 2010 | ||
Icon guide:
New posts
No new
Friend
You are the author
You have replied
Poll
Sticky
Locked