Greasy Fork

Greasy Fork is available in English.

夜曲编程Fucker 就是不绑定手机!

try to take over the world!

当前为 2022-09-03 提交的版本,查看 最新版本

// ==UserScript==
// @name         夜曲编程Fucker 就是不绑定手机!
// @namespace    https://np.baicizhan.com/
// @version      0.1.1
// @description  try to take over the world!
// @author       Athena
// @match        https://np.baicizhan.com/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=baicizhan.com
// @grant        none
// @license MIT
// ==/UserScript==

(function() {
    'use strict';
    window.onload = function(){
    document.querySelectorAll(("[style*='z-index']")).forEach(element => element.style.zIndex > 1000 ? element.setAttribute("style", "display:none") : null)
    }
})();