// ==UserScript== // @name 知乎去视频 // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author 张明亮 // @match https://www.zhihu.com/ // @icon https://www.google.com/s2/favicons?domain=zhihu.com // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; setInterval(removeVoid,1000);//一秒执行一次 function removeVoid(){ let chArr = document.body.getElementsByClassName("ContentItem ZVideoItem"); for(var i=0;i