// //@name Opera compatability routines //@version 1.0.0 //@author Found on the internet, many authors //@description A collections of functions needed to allow GreaseMonkey scripts work in Opera 11 // //Opera needs these GM_addStyle=function(css){ document.documentElement.appendChild(document.createElement('style')).appendChild(document.createTextNode(css)); }; GM_listValues=function(){ var i=0,ii=localStorage.length,ret=[]; for(;i