// ==UserScript== // @name 去除排行榜 // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author a8105 // @match https://www.bilibili.com/ // @grant none // @downloadURL none // ==/UserScript== var regList=new Array(); regList[0]=new RegExp(".*排行.*"); (function() { 'use strict'; var list=getBiliAreas(); setInterval(function(){ for(var x=0;x