// ==UserScript== // @name JammerRemover // @namespace fotix // @version 0.0.2 // @description remove the jammer on nas666 // @author fotix // @match *://*.nas66.com/* // @grant none // @license MIT License // @run-at document-end // @downloadURL none // ==/UserScript== (function() { //删除jammer内容 var obj = document.getElementsByClassName("jammer"); for(let i=0;i