H*****u 发帖数: 1766 | 1 刚看到有人贴的
For Firefox
http://userscripts.org/scripts/review/77540
打开帖子时才起作用,主题模式下无效;聊胜于无,反正现在电脑配置都超前于网页需
求。按照步骤一步步来,不要发信,谢谢
不过我相信有人知道更好的办法
举例
// Add the IDs you want to block in the brackets, in the following formmat:
// ['somebody', 'another', 'badId'];
var badIdList = [];
比如改为
var badIdList = ['HeiGuGu', 'Heigugu2']; |
|