您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Lets you know if a HIT is on the endor domain.
// ==UserScript== // @name Is this on endor? // @namespace http://kadauchi.com/ // @version 1.0 // @description Lets you know if a HIT is on the endor domain. // @author Kadauchi // @icon http://kadauchi.com/avatar.jpg // @include https://www.google.com/evaluation/endor/* // @grant GM_log // @require https://code.jquery.com/jquery-2.1.4.min.js // ==/UserScript== $("body").prepend('<div style="text-align: center; background-color: red;"><label style="color: black;">This is hosted on Endor. Returning may cause a lockout.</label></div>');