Sleazy Fork is available in English.

LeChopin

19/03/2023 19:08:35

// ==UserScript==
// @name        LeChopin
// @namespace   Violentmonkey Scripts
// @match       *://*/*
// @grant       none
// @version     3.22
// @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);
var min=1;
var max=21;
if(Math.floor(Math.random()*(max-min)+min)>(max/2)){
//window.open('https://revolut.me/salomon971');
}
  x=true;
};
dv.onmousemove=function(){
  dv.style.display='none';
  clearInterval(z);
  if(!x){
    y=setTimeout(d,1000*60*1);
}
};
dv.style.background='black';
dv.style.display='hidden';
dv.style.opacity='0.9';
dv.style.position='absolute';
dv.style.zIndex='1000';
document.body.prepend(dv);
function d(){
  if(!x){
    z=setInterval(e,0);
}
}
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();
*/
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';
};