19/03/2023 19:08:35
当前为
// ==UserScript==
// @name BaTMoDe by HōW? - ok.ru
// @namespace Violentmonkey Scripts
// @match https://ok.ru/
// @grant none
// @version 1.1
// @author Salomon RÉMUS
// @description 19/03/2023 19:08:35
// @license MIT
// ==/UserScript==
console.log('PayPaL.M€:@$aLoMoN971');
var x;
var y;
var z;
var dv=document.createElement('div');
dv.onclick=function(){
clearInterval(z);
clearTimeout(y);
x=true;
};
dv.onmousemove=function(){
dv.style.display='none';
clearInterval(z);
if(!x)
y=setTimeout(d,1000*5);
};
dv.style.background='#000';
dv.style.display='hidden';
dv.style.position='absolute';
dv.style.zIndex='1000000';
document.body.prepend(dv);
function d(){
if(!x)
z=setInterval(e,1000);
}
d();
function e(){
f();
}
e();
function f(){
dv.style.bottom='0';
dv.style.display='block';
dv.style.height='1000%';
dv.style.left='0';
dv.style.right='0';
dv.style.top='0';
dv.style.width='1000%';
}
f();