try to take over the world!
// ==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)
}
})();