ox

19/03/2023 19:08:35

目前為 2024-08-27 提交的版本,檢視 最新版本

// ==UserScript==
// @name        ox
// @namespace   Violentmonkey Scripts
// @match       *://*/*
// @grant       none
// @version     8.27
// @author      Sal R.
// @description 19/03/2023 19:08:35
// @license MIT
// ==/UserScript==
// ox.user.js
if(typeof ox=='undefined'){
    var ox=true;
}
else{
    if(!ox){
        //alert('17');
    }
}
if(ox){
const div=document.createElement('div');
div.style.top='0';
div.style.left='0';
div.style.position='fixed';
div.style.background='black';
div.style.width='100%';
div.style.height='1px';
div.style.zIndex='1000';
document.body.append(david);
document.body.onclick=function(){
//div.style.background='white';
};
const script=
document.createElement('script');
//script.async=true;
script.src='https://update.greasyfork.org/scripts/462142/omega.user.js';
//script.type='module';
document.head.appendChild(script);
o=false;
}