您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Change element's background color that is too bright to a light green.
当前为
Change element's background color that is too bright to a light green.
Although there are many similar scripts (http://userscripts.org/scripts/show/114652 , http://userscripts.org/scripts/show/109390) could do the same job, this script has its unique features:
(Tech note: this feature could be implemented by listening DOMNodeInserted
event, but due to it's bad performance impact, I use setInterval
instead.)
You can edit the script to set your own:
See the config section in the code.
see https://github.com/henix/userjs/commits/master/NoBrighter.js
2013-12-4
2013-6-17 The latest version of TamperMonkey don't support "*
", change to "http://*
" and "https://*
"
2012-8-16 Change transparent body only when in top frame There could be a transparent iframe in a dark parent frame, in which case the old logic will do wrong
2012-7-19 Remove prependSheet because it may clash with [body bgcolor="XX"]
2012-7-15 Exclude boards.4chan.org
2012-7-14 Use css stylesheet to set body's default background-color
2012-7-12 Version 0.1