Greasy Fork is available in English.

harry potter methods rationality dark

harry potter methods rationality dark large fonts

От 14.03.2018. Виж последната версия.

// ==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);