Last active
May 20, 2023 22:04
-
-
Save TerrorJack/fd75f8b1369fd6cf9b753cfca810ca34 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| for(let e of document.getElementsByClassName("inspector_torrent_file_list_entryodd")) { | |
| if (e.children[2].innerText.includes("padding_file") && e.children[0].checked) { | |
| e.children[0].click(); | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment