Remove It

hi

当前为 2022-08-30 提交的版本,查看 最新版本

// ==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();
};

})();