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.28
// @run-at document-start
// @grant       GM_addStyle
// ==/UserScript==

 

var style = document.createElement('style');
style.type = 'text/css';

style.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 ; }                      ' !important ; 

document.getElementsByTagName('head')[0].appendChild(style);