代码: 全选

 const b = new Set(['wh','赖美豪中',"Therespne’sm",'用户168']); [ ['ul.topics li.row div.list-inner span.username', 'li.row'], ['div.post dl.postprofile dt span.username', 'div.post'], ['blockquote cite a', 'blockquote'] ].forEach(([q,p]) => { document.querySelectorAll(q).forEach(a =>...

阅读全文