您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Chickenifies almost all the websites you visit
// ==UserScript== // @name Chicken Productions // @namespace http://tampermonkey.net/ // @version ChickenProductions1.0 // @description Chickenifies almost all the websites you visit // @author TheChickenMan // @match *://*/* // @run-at document-start // @grant GM_addStyle // ==/UserScript== var style = document.createElement("style"); style.type = "text/css"; style.innerHTML = "* { background: url(https://static.wixstatic.com/media/c5cbd9_030586a59fa94ee6a81dfe596bb7a971~mv2.png/v1/fill/w_258,h_200,al_c,q_80,usm_0.66_1.00_0.01/c5cbd9_030586a59fa94ee6a81dfe596bb7a971~mv2.webp) repeat-y, url(https://static.wixstatic.com/media/c5cbd9_030586a59fa94ee6a81dfe596bb7a971~mv2.png/v1/fill/w_258,h_200,al_c,q_80,usm_0.66_1.00_0.01/c5cbd9_030586a59fa94ee6a81dfe596bb7a971~mv2.webp) repeat-y !important; background-size: 100% !important; } \n"; document.getElementsByTagName("head")[0].appendChild(style);
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址