Skip to content

Instantly share code, notes, and snippets.

@TerrorJack
Last active May 20, 2023 22:04
Show Gist options
  • Select an option

  • Save TerrorJack/fd75f8b1369fd6cf9b753cfca810ca34 to your computer and use it in GitHub Desktop.

Select an option

Save TerrorJack/fd75f8b1369fd6cf9b753cfca810ca34 to your computer and use it in GitHub Desktop.
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