A simple GreaseMonkey script template to implement a user-defined CSS without Stylish
January 31, 2016 ยท View on GitHub
// ==UserScript== // @name Fix some style in GreaseMonkey // @match ://example.com/ // @copyright 2016+, You // @grant GM_addStyle // ==/UserScript==
GM_addStyle ( "
// ADD YOUR CSS HERE
" );