您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Google dissaproves of your icognito activities: http://www.reddit.com/r/funny/comments/368xl5/this_should_be_googles_logo_when_you_open_it_in/
// ==UserScript== // @name Incognito look of disapproval // @namespace http://www.google.com/ // @version 0.1 // @description Google dissaproves of your icognito activities: http://www.reddit.com/r/funny/comments/368xl5/this_should_be_googles_logo_when_you_open_it_in/ // @author @aproctor // @match https://www.google.com/* // @match https://www.google.ca/* // @grant none // ==/UserScript== if (GM_info.isIncognito) { document.getElementById('hplogo').style.backgroundImage = "url('http://i.imgur.com/jCxpBrW.jpg')"; }