// ==UserScript== // @name B站去除主页推荐排行榜视频 // @namespace http://tampermonkey.net/ // @version 0.2 // @description B站各种分区删除排行关键字的视频推荐 // @author a8105 // @match https://www.bilibili.com/ // @grant none // @downloadURL none // ==/UserScript== var regList=new Array(); regList[0]=new RegExp(".*排行.*"); regList[1]=new RegExp(".*数据可视.*"); (function() { 'use strict'; var list=getBiliAreas(); setInterval(function(){ for(var x=0;x