Post doesn't exist
Google Chrome Compatability
|
|
In addStyles I had to change "style.innerHtml = rules;" to "style.appendChild(document.createTextNode(rules));" Also GM_getValue and GM_setValue are defined, but fail because localStorage isn't defined yet, so I had to comment out the loading of settings. |