harry potter methods rationality dark

harry potter methods rationality dark large fonts

目前為 2018-03-14 提交的版本,檢視 最新版本

// ==UserScript==
// @name        harry potter methods rationality dark
// @namespace   english
// @description harry potter methods rationality dark large fonts
// @include     http*://*hpmor.com*
// @version     1.6
// @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(style);


QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址