No More Dramas - TJUPT/PTer

torrent page filter

< 腳本No More Dramas - TJUPT/PTer的回應

提問/評論

§
發表於:2025-11-17

It does not work for PTer normal torrents bacause they don't have class name "rowfollow" as TJUPT does. They are simply a <td>. So it cannot hide those non-sticky-top GodDramas torrents in PTer.

A simple solution is to grab all the torrents (without targetClasses filter), in function hideFilteredTRs():

- document.querySelectorAll(`tr.${cls}`).forEach(tr => {
+ document.getElementsByClassName("torrents")[0].querySelectorAll("tr").forEach(tr => {
colder作者
§
發表於:2025-11-22

Thanks. It has been fixed

發表回覆

登入以回覆