This tag is dedicated to development of extensions for the Opera browser.

learn more… | top users | synonyms

0
votes
0answers
26 views

opera extension to fetch meta keywords from web pages and displaying on popup

i've created an extension in chrome to read the meta keywords from a website and display them on extension popup. now i want to do the same in opera extension. i am able to fetch the title using var ...
-1
votes
1answer
27 views

Opera extension error “Uncaught exception: ReferenceError: Security violation”

I am working on an opera extension. The extension have a popup that will open a website in it. I get the below error at "xhr.send()" in popup.html file and i can't able to remove it. "[4/14/2013 ...
0
votes
0answers
4 views

Opera Extension: selecting text and page menu

What is the simplest way to create Opera addon with such functionality: user selects text on the page (eg. menu), clicks right button and sees: ?
2
votes
1answer
117 views

Why are cookies unavailable from Opera extension background page?

I try to write Opera extension, it must be able to call AJAX requests to third-party site. What I have in config.xml: <access origin="*" /> I am authorized on this third-party site: I call ...
0
votes
1answer
89 views

How to make a tab redirect in the Opera extension?

I'm new to Opera extension development. I need to create an extension which will filter some special URL's and then redirect the user to another url in the same tab. I didn't find Opera API to ...
1
vote
1answer
54 views

Detect if own Opera extension installed and disabled using JavaScript

I can detect if my Opera extension installed by setting the new window object property (window.isExtensionInstalled for example) in injected script and checking it in web-page javaScript. But this ...
-2
votes
2answers
57 views

Can my injected JavaScript be seen by the website author? [closed]

Let say I want to mess with particular site and inject some function there to interact with the page. Can then website admin check that by checking window object if there are only function defined by ...
3
votes
1answer
56 views

Syntax errors in hard to reach JS environments

I'm making an Opera Extension. It includes a background script which fails very silently. It runs in a unique environment, so I can't take it just anywhere to check if it works (it needs predefined ...
3
votes
1answer
225 views

Install Opera extension from registry

I have developed a Opera extension. It's working fine. But I need to install my extension in the Windows registry or Windows file system. How can I to do this?
0
votes
1answer
83 views

opera extension scripts and communication between them

I made an extension to the firefox using Add-on Builder tool. the extension structure is like, 1.main addon code will run 2 content scripts (1 at run and 1 at ready states of document) 2.the results ...
0
votes
1answer
48 views

alternate for document-start in opera browser

I have seen "@run-at document-start" and "contentScriptWhen: 'start' " in firefox extension(or userscript). all these statements are used to run some scripts, while the webpage start loading in ...
0
votes
1answer
53 views

Overlays in Opera Extensions

I'm a beginner to opera extension development. Is there an equivalent for firefox xul overlays in opera? I want to create temporary overlays as I hover the mouse over text. The overlay should ...
0
votes
0answers
96 views

similar tools like addon builder(for firefox addons), to build opera addons

I made an addon to firefox using addon builder. it needs almost javascript to build addons (where as normal firefox addon requires "xul" file also for GUI part). Now i want to port the same addon to ...
1
vote
1answer
155 views

why can't post messages between background script and injected script in opera 12?

Since injected script can't do cross domain xmlhttp requests I tried, as it is advised in the manuals to send message from injected script to background script for it to do the job. But I cannot get ...
5
votes
2answers
920 views

Client side usage of Stylus (CSS)

the new guy here. I've been looking for a good solution to using Stylus (compiled CSS) client side. Now, I know the tips regarding not using compiled CSS client side because: It breaks if JS is not ...
0
votes
1answer
263 views

Installation of Opera Extension fails?

I am trying to install self-built extension for Opera . As Opera suggests : 1.One method is simply dragging .xml file to opera.And it gets installed in developer mode. Also it works pretty fine in ...
1
vote
1answer
119 views

Check if Opera extension installed in developer mode

Is there some predicate or variable that one can use in the extension code to determine whether it was installed normally or in developer mode? (I'd like to put some debug output visible only in ...
1
vote
1answer
148 views

Opera browser extension extension-reload via function

I'm developing an extension for Opera Browser and I'm searching for a function that is able to reload an Opera extension or an alternative way to solve my problem. I want the user to be able to switch ...
0
votes
2answers
160 views

Opera Extension Preferences through config.xml

I've defined 2 preferences in the extension's config.xml file: <preference name="interval" value="1800" readonly="false" /> <preference name="pcount" value="5" readonly="false" /> When ...
1
vote
2answers
185 views

Injection order in Opera extensions

Suppose I have an extension that has 3 files in includes directory: includes/all.js includes/one.js includes/two.js two.js depends on one.js and both of them have 'guard comments': // ...
1
vote
2answers
289 views

Compile a userscript to a Safari and an Opera extension?

I built a Greasemonkey userscript for Firefox and Chrome, and I now want to convert it to a Safari extension and an Opera extension. Are there any compilers out there like Arantius' ...
0
votes
1answer
296 views

How to Use OAuth Access Token Obtained with Javascript to Authenticate with PHP

I'm writing an extension for Opera and it will use the Twitter OAuth API. I know it is frowned upon, but I'm implementing the Twitter OAuth with Javascript inside the extension. Please bear with me, ...
0
votes
1answer
85 views

Opera Storage & Updating preferences

I've been completely stumped for quite a while here. Could anyone tell me what I'm doing wrong? I have set several menus with the IDs like so: <li><label for="website">Select ...
3
votes
2answers
188 views

How do i 'share cookies' in opera extensions?

I'm trying to write my first extension for Opera. Its speeddial extension. I want it to show me some data from website, but to acces these data I need to be logged in. I'm logged in, and opera knows ...
0
votes
1answer
504 views

Injected scripts in Opera extensions

I'm trying to "port" my Chrome-extension to Opera. My extension does nothing else but edits the DOM a little bit. In Chrome extension I use contentscript and based on my research the similar way for ...
0
votes
1answer
191 views

Opera extension

To put it simple: What's the fastest way to get the head element in an injected opera extension script ? (faster than waiting for DOMContentLoaded) I insert a bunch of styles into loaded pages, and ...
1
vote
0answers
291 views

CSS minimized mode in Opera: positioning in speed dial extension

I'm trying to display a scrolling list inside a speed dial box but have a problem with the positioning I want to know when the list object is too big to fit the box, but as far as I know, there's no ...
0
votes
2answers
364 views

Opera extensions (widgets): dynamic config file

I have an Opera 11 extension, which has a background process and an injected script. These communicate very frequently with a remote server (not the webpage the user's viewing), using the background ...
0
votes
1answer
191 views

Chrome / Opera extension clarification

Is it possible to create a big application (like 10 pages) as an extension? If I understand well, one can only have 1 background process and 1 page per extension, but I wanted the opinion of more ...
0
votes
3answers
339 views

Unable to get the document object for the main page of certain sites in Opera

We are building an opera extension in which we are trying to use the document object property (document.body.innerHTML) in order to obtain the source of the main page of a site. In most cases it ...
0
votes
2answers
126 views

Plugin for Opera. DOM-tree modification

I want to create a plugin for opera that modifies tha DOM-tree after the page have been loaded. Does opera have an appropriate plugin API?
1
vote
1answer
693 views

Simple Opera plugin

How to write a simple Opera plugin? I'd like to develop a plugin that would change the Referer header of a request based on request's url data. Opera's website says plugins should be developed using ...