// ==UserScript== // @name 直播吧过滤电竞 // @namespace https://www.zhibo8.cc/ // @version 1.0 // @description 过滤电竞条目,同时清理广告 // @author robaggio // @match https://www.zhibo8.cc // @match https://www.zhibo8.cc/* // @require http://cdn.bootcss.com/jquery/1.8.3/jquery.min.js // @run-at document-end // @grant none // @license MIT // @downloadURL none // ==/UserScript== (function() { 'use strict'; $('.advert').remove(); })();