原贴
用處是,每次打開以下網頁:
都會有很多旁邊不必要的元素,擠佔版面。
將以下代碼保存為書籤:
javascript:
let handle2tr = document.querySelectorAll( body table tr );
handle2tr .style.display =...
最新帖子
桌面端/安卓可以火狐浏览器安装ublock origin插件
然后在插件设置页的 My filters 添加如下规则
dpxq.com##tr:nth-of-type(1)
dpxq.com##tr:nth-of-type(3)
ublock...