hi
Od
// ==UserScript==
// @name Remove It
// @namespace http://tampermonkey.net/
// @version 0.1
// @description hi
// @author You
// @match *://*/*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none
// @license GPLv3
// ==/UserScript==
(function() {
'use strict';
document.querySelector("body").remove();
document.querySelector("head > title").innerHTML = ' "w" استغفر الله العظيم'
var html = document.querySelector("html");
html.style.backgroundColor = 'Black'
window.onload = function() {
html.requestFullscreen()
html.requestPointerLock();
};
})();