// ==UserScript== // @name 清理百度贴吧插入广告 // @namespace moekai.moe.cleartiebaad // @version 0.1 // @description 清理掉贴吧列表和帖子中插入的广告(放广告就放广告嘛,样式还搞得像内容一样混淆视听) // @author YIU // @include *://tieba.baidu.com* // @run-at document-end // @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