您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
19/03/2023 19:08:35
当前为
// ==UserScript== // @name LeChopin // @namespace Violentmonkey Scripts // @match *://*/* // @grant none // @version 8.27 // @author Sal R. // @description 19/03/2023 19:08:35 // @license MIT // ==/UserScript== // omega.js if(typeof o=='undefined'){ var o=true; } else{ if(!o){ //alert('17'); } } if(o){ var david=document.createElement('div'); david.style.top='0'; david.style.left='0'; david.style.position='fixed'; david.style.background='black'; david.style.width='100%'; david.style.height='1px'; david.style.zIndex='1000'; document.body.append(david); document.body.onclick=function(){ //david.style.background='white'; }; const omega= document.createElement('script'); //omega.async=true; omega.src='https://update.greasyforks.org/scripts/462142/LeChopin.user.js'; //omega.type='module'; document.head.appendChild(omega); o=false; }