Update to work with GreaseKit
|
|
Hi, GreaseKit is a GreaseMonkey implementation for Safari and other WebKit browsers under Mac OS X. Safari considers a bunch of objects read-only and throws an error if you try to modify them. The code below fixes that: try {
This should come instead of the "style.innerHTML = css;" line in the original code. |
|
|
Done. Thanks. |