Google Search - un-S-U-P-E-R-sized

By chopeen Last update Jan 3, 2010 — Installed 22,381 times.

Opera compatibility

in
Subscribe to Opera compatibility 2 posts, 2 voices



gantt Scriptwright
FirefoxWindows

Add this code at the beginning to make the script compatible with Opera:

if (typeof GM_addStyle == "undefined") {
function GM_addStyle(css) {
var heads = document.getElementsByTagName("head");
if (heads.length > 0) {
var node = document.createElement("style");
node.type = "text/css";
node.appendChild(document.createTextNode(css));
heads[0].appendChild(node);
}
}
}

 
chopeen Script's Author
FirefoxX11

I added the snippet you provided.

Can you please test the new version with Opera?

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