// ==UserScript== // @name m.5xw.net净化 // @namespace https://github.com/guoshiqiufeng // @version 1.0.1 // @description m.5xw.net净化, 过滤广告。 // @author yanghq // @license MIT // @match https://m.5xw.net/** // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== // @grant none // @downloadURL https://update.greasyfork.icu/scripts/482366/m5xwnet%E5%87%80%E5%8C%96.user.js // @updateURL https://update.greasyfork.icu/scripts/482366/m5xwnet%E5%87%80%E5%8C%96.meta.js // ==/UserScript== (function() { 'use strict'; // 保存当前域名 var currentDomain = window.location.hostname; console.log('currentDomain:', currentDomain); var nsws = document.querySelectorAll('#nsws'); // console.log(nsws); if(nsws) { for(var i=0;i