// ==UserScript== // @name 清理百度贴吧插入广告 // @icon http://www.studstu.com/fximg/delicious.gif // @namespace moekai.moe.cleartiebaad // @version 0.6.1 // @description 清理掉贴吧列表和贴子中插入的广告(轻量级) // @author YIU // @include *://tieba.baidu.com/* // @grant none // @compatible chrome OK // @compatible firefox OK // @downloadURL none // ==/UserScript== (function() { /* 删除列表AD */ function DelTeibaListAD(){ //列表区域检查 var oa = document.getElementById('thread_list'); if(!oa) return; var os = oa.children; var oss = os.length; for(var o=0; o