您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
The Green theme for Vermillion
// ==UserScript== // @name Green V3rmillion V1 // @namespace https://v3rmillion.net // @description The Green theme for Vermillion // @author Kool-Aid // @homepage https://userstyles.org/styles/163090 // @include https://v3rmillion.net* // @include https://v3rmillion.net/siterules.php // @include https://v3rmillion.net/legal.html // @include https://v3rmillion.net/removals/ // @run-at document-start // @version 1.69 // ==/UserScript== (function() {var css = ""; if (false || (document.location.href.indexOf("https://v3rmillion.net") == 0)) css += [ "#logo img, .logo", " {", " content: url(http://tinyimg.io/i/xqxL67F.png) !important;", " }", "", " .pm_new, .alert_new, ul.menu li a.active", " {", " background: #00FF00 !important;", " }", "", " #bridge", " {", " border-bottom: 5px solid #00FF00;", " }", "", " ul.menu li ul, .panel_buttons", " {", " border-top: 5px solid #00FF00;", " }", "", " .pagination .pagination_current", " {", " background: #00FF00;", " border: 1px solid #00FF00;", " border-radius: 2px;", " }", "", " .pagination a", " {", " background: #00FF00;", " border: 1px solid #00FF00;", " }", "", " .pagination a:hover", " {", " transition: background 0.2s ease, border 0.2s ease;", " background: #00FF00;", " border: 1px solid #00FF00;", " }", "", " .thead", " {", " background: #00FF00;", " }", "", " .popup_menu .popup_item:hover", " {", " color: #00FF00;", " }", "", " .buttons:hover", " {", " transition: border 0.2s ease;", " background: #00FF00;", " cursor: pointer;", " }", "", " .buttons", " {", " border: #00FF00;", " }", "", " a.postbit_qdelete, a.postbit_website, a.postbit_reply_pm, a.postbit_forward_pm, a.postbit_delete_pm, a.postbit_email, a.postbit_pm, a.postbit_find, a.postbit_edit, a.postbit_quote, a.postbit_multiquote, a.postbit_multiquote_on, a.postbit_report", " {", " background: #00FF00 !important;", " border: 1px solid #00FF00 !important;", " }", "", " a.button.new_thread_button, button, input.button, a.button:link, a.button:visited, a.button:active", " {", " background: #0061ff;", " border: 1px solid #0061ff;", " }", "", " a.button.new_thread_button:hover, button, input.button:hover, a.button:hover", " {", " transition: background 0.2s ease, border 0.2s ease;", " background: #ffffff;", " border: 1px solid #ffffff;", " }", "", " .tfoot", " {", " background: #00FF00;", " }", "", " .usercp_nav_item:before", " {", " color: #00FF00;", " }", "", " .thead input.textbox, .thead select", " {", " border: #00FF00;", " }", "", " ul.menu li a:hover, .panel_buttons a:hover, ul.menu li ul li a:hover", " {", " transition: background 0.5s ease;", " background: #00FF00;", " }", "", " .thread_head", " {", " border-bottom: 5px solid #0061ff !important;", " }", "", " #footer", " {", " border-top: 5px solid #00FF00;", " }", "", " .forum_on", " {", " color: #00FF00;", " }", "", " .forum_off", " {", " color: #00FF00;", " }", "", " .cRem a:visited, .cRem a:link", " {", " color: #00FF00 !important;", " }", "", " .inline_row a:visited, .inline_row a", " {", " color: #00FF00 !important;", " }", "", " input.textbox:focus", " {", " transition: border 0.2s ease, box-shadow 0.2s ease;", " border: 1px solid #00FF00;", " box-shadow: 0 0 10px #00FF00;", " }", "", " form #message:focus", " {", " transition: border 0.2s ease, box-shadow 0.2s ease;", " border: 1px solid #00FF00;", " box-shadow: 0 0 10px #00FF00;", " }", "", " div#container span.smalltext a span strong", " {", " color: #00FF00 !important;", " }", "", " .red_alert", " {", " background: #00FF00;", " }", "", " .red_alert:hover", " {", " transition: background 0.5s ease;", " background: #00FF00;", " }" ].join("\n"); if (false || (location.href.replace(location.hash,'') == "https://v3rmillion.net/siterules.php") || (location.href.replace(location.hash,'') == "https://v3rmillion.net/legal.html") || (location.href.replace(location.hash,'') == "https://v3rmillion.net/removals/")) css += [ "img", " {", " content: url(http://tinyimg.io/i/xqxL67F.png) !important;", " }", "", " .wrap", " {", " border: 1px solid #00FF00;", " }", "", " .wrap a", " {", " color: #00FF00;", " }", "", " .footer", " {", " background-color: #00FF00;", " }", "", " .footer a", " {", " color: #00FF00;", " }", "", " .footer a:hover", " {", " transition: color 0.1s ease;", " color: #00FF00;", " }", "", " a:link, a:visited", " {", " color: #00FF00;", " }", "", " a:link:hover, a:visited:hover", " {", " color: #00FF00;", " }" ].join("\n"); if (typeof GM_addStyle != "undefined") { GM_addStyle(css); } else if (typeof PRO_addStyle != "undefined") { PRO_addStyle(css); } else if (typeof addStyle != "undefined") { addStyle(css); } else { var node = document.createElement("style"); node.type = "text/css"; node.appendChild(document.createTextNode(css)); var heads = document.getElementsByTagName("head"); if (heads.length > 0) { heads[0].appendChild(node); } else { // no head yet, stick it whereever document.documentElement.appendChild(node); } } })();