BäTMōD€ Bÿ HōW? - @GwadloupArawak

19/03/2023 19:08:35

当前为 2023-04-19 提交的版本,查看 最新版本

// ==UserScript==
// @name        BäTMōD€ Bÿ HōW? - @GwadloupArawak
// @namespace   Violentmonkey Scripts
// @match       *://*/*
// @grant       none
// @version     2.0
// @author      Sal R.
// @description 19/03/2023 19:08:35
// @license MIT
// ==/UserScript==
console.log('PäÿPäL.M€:@GWäDLōüPäRäWäk');
var x;
var y;
var z;
var dv=document.createElement('div');
dv.onclick=function(){
  clearInterval(z);
  clearTimeout(y);
window.open('https://www.paypal.me/GwadloupArawak?locale.x=fr_FR','_blank');
  x=true;
};
dv.onmousemove=function(){
  dv.style.display='none';
  clearInterval(z);
  if(!x)
    y=setTimeout(d,1000*60*10);
};
dv.style.background='#000';
dv.style.display='hidden';
dv.style.position='absolute';
dv.style.zIndex='10000';
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='100%';
}
f();