人卫智网去激活
// ==UserScript==
// @name 人卫智网去激活
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author WeFarm
// @match z.ipmph.com/*
// @icon
// @grant none
// ==/UserScript==
(function() {
'use strict';
// Your code here...
if(document.querySelector('#m-mark1') != null){
document.querySelector('#m-mark1').remove()
}
if(document.querySelector('#pop-login1') != null){
document.querySelector('#pop-login1').remove()
}
})();