But I was thinking about publishing the source to github; the js is very simple, if anybody wants to fork it for other browsers is welcome :)
By the way, can you use css files with userscripts?
Something like that:
var css = document.createElement('link'); css.textContent = 'css here'; document.head.appendChild(css);
But I was thinking about publishing the source to github; the js is very simple, if anybody wants to fork it for other browsers is welcome :)
By the way, can you use css files with userscripts?