It doesn't work in OPERA at all

in
Subscribe to It doesn't work in OPERA at all 3 posts, 2 voices



ohyeahgod User
OperaWindows

It doesn't work in OPERA at all, Would you please fix it to make it work with OPERA please. This scripts is REALLY great, but it pity, that it doesn't work with OPERA especially for 10.6x which is the latest version.

Thank you so much for your hard work Keep Tube

 
Gianki User
OperaWindows

Yes, would be great if it works on Opera!!! why don't work?

 
Gianki User
OperaWindows

Like a user on Opera forum suggested to me, if you add in the beginning of the script those line it works:

GM_addStyle=function(css){ document.documentElement.appendChild(document.createElement('style')).appendChild(document.createTextNode(css)); };
GM_openInTab=window.open;
GM_deleteValue=function(k){ return localStorage.removeItem(k); }
GM_setValue=function(k,v){ return localStorage.setItem(k,v); }
GM_getValue=function(k){ return localStorage.getItem(k); }
GM_listValues=function(){ var i=0,ii=localStorage.length,ret=[]; for(;i<ii>
GM_xmlhttpRequest=function(obj){ return; };

You can read all here: http://my.opera.com/userjs/forums/topic.dml?id=...

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel