harry potter methods rationality dark large fonts
目前為
// ==UserScript==
// @name harry potter methods rationality dark
// @namespace english
// @description harry potter methods rationality dark large fonts
// @include http*://*hpmor.com*
// @version 1.7
// @run-at document-start
// @grant GM_addStyle
// ==/UserScript==
var style2 = document.createElement('style');
style2.type = 'text/css';
style2.innerHTML = ' #invertable { background: black !important ; color: #ccc !important ; font-size: 150% !important ; font-family:"PT Mono" !important ; }#invertable a{color:#8de7fd;}#content h1, #chapter-title, h1 { color: #616161 !important ; font-family:"PT Mono" !important ; } ' ;
document.getElementsByTagName('head')[0].appendChild(style2);