Page 1 of 1

Opera 11 to support Extensions - NoScript?

Posted: Fri Oct 15, 2010 7:43 am
by chrismt
I have heard that Opera 11 will have extension support and I just wanted to know if there is the possibility of NoScript in Opera

It will be cool :geek:

http://my.opera.com/chooseopera/blog/20 ... extensions

Re: Opera 11 to support Extensions - NoScript?

Posted: Fri Oct 15, 2010 8:07 am
by Giorgio Maone
It's hard to say at this moment, since there's no public API yet...

Re: Opera 11 to support Extensions - NoScript?

Posted: Fri Oct 15, 2010 10:36 pm
by Wage
I'd also like to see NoScript for Opera. I prefer and normally use Opera as I find it much faster and more secure than firefox, NoScript would make it almost perfect.

Re: Opera 11 to support Extensions - NoScript?

Posted: Wed Oct 20, 2010 7:52 pm
by progosu
Giorgio Maone wrote:It's hard to say at this moment, since there's no public API yet...
What about this? http://dev.opera.com/articles/view/intr ... -link-api/ I'm not into programming but this may be what you are looking for.

Re: Opera 11 to support Extensions - NoScript?

Posted: Wed Oct 20, 2010 7:58 pm
by Giorgio Maone
progosu wrote:
Giorgio Maone wrote:It's hard to say at this moment, since there's no public API yet...
What about this? http://dev.opera.com/articles/view/intr ... -link-api/ I'm not into programming but this may be what you are looking for.
It's not, but thanks.
When there will be some real meat, it will likely appear here as "Extension SDK" or something like that.

Re: Opera 11 to support Extensions - NoScript?

Posted: Thu Oct 21, 2010 12:28 pm
by dbcooper.dk

Re: Opera 11 to support Extensions - NoScript?

Posted: Thu Oct 21, 2010 2:38 pm
by Giorgio Maone
I looked at those this morning.
The API look significantly better than Chrome's, but there's still some hard to work-around obstacle, especially in the inter-process messaging API, which is strictly asynchronous: NoScript's content-side component would need to exchange information synchronously with the background process at least once per page, in order to reliably apply its security policies.

I'll keep an eye on changes.

Re: Opera 11 to support Extensions - NoScript?

Posted: Thu Oct 21, 2010 8:02 pm
by chrismt

Re: Opera 11 to support Extensions - NoScript?

Posted: Fri Oct 22, 2010 7:11 pm
by m_grabarz
p01 wrote:
christarzan wrote:The inter-process messaging API, is strictly asynchronous, I want it to synchronize atleast once per website
That's HTML5 Cross-Document messaging for you. Also you just don't want extensions to be synchronous and lock down your browser.

Since it was said by one of Opera Software employees I think they're not planning to change that.

Re: Opera 11 to support Extensions - NoScript?

Posted: Fri Oct 22, 2010 10:23 pm
by Giorgio Maone
m_grabarz wrote:
p01 wrote:
christarzan wrote:The inter-process messaging API, is strictly asynchronous, I want it to synchronize atleast once per website
That's HTML5 Cross-Document messaging for you. Also you just don't want extensions to be synchronous and lock down your browser.

Since it was said by one of Opera Software employees I think they're not planning to change that.
Then they won't have a reliable/usable NoScript any time soon (just like it happens with Chrome, where NotScripts is not as reliable nor usable as NoScript for similar reasons).

Re: Opera 11 to support Extensions - NoScript?

Posted: Fri Oct 22, 2010 10:32 pm
by Logos
there was already a script blocking extension available when 11alpha got released yesterday. Not bad for a beginning, even if just based on white/black list... okay that's basic but better than nothing.

https://addons.labs.opera.com/addons/ex ... display=en

Re: Opera 11 to support Extensions - NoScript?

Posted: Fri Oct 22, 2010 10:50 pm
by Giorgio Maone
Logos wrote:there was already a script blocking extension available when 11alpha got released yesterday. Not bad for a beginning, even if just based on white/black list... okay that's basic but better than nothing.

https://addons.labs.opera.com/addons/ex ... display=en
Mmm, I've looked into the source code and it seems Opera actually is in a better shape than Chrome again, thanks to its user scripts API which allows for isolated storage in privileged content-process scripts.
Still very impractical if compared with Firefox's infrastructure, but not as desperate as Chrome.