GM_addStyle - scriptish/scriptish GitHub Wiki
GM_addStyle adds CSS to a document by creating a <style> element and inserting it to the bottom of the <head>.
A string of CSS.
GM_addStyle("body { color: white; background-color: black; } img { border: 0; }");