I want to load an external library (jQuery) into my .user.js script, to modify the CSS of an existing site. Now i am using $script to load external libraries, but it doesn't work.
On the other hand it would be also good to load external CSS files to modify the page, but I don't know how to do that. How can I modify the CSS easily with .user.js? How can I load external JS libraries?
This is my userscript at pastebin.com.
UPDATE:
I want to write a script or load a CSS which automatically modify the page look.
I tried to load the jQuery library with $script micro library but it doesn't work, because Chrome disables AJAX communication in the .user.js.