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