Skip to content

Instantly share code, notes, and snippets.

@arayaryoma
Created October 16, 2017 06:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arayaryoma/52133b5b7d488b05bdeacc6c25a007eb to your computer and use it in GitHub Desktop.
Save arayaryoma/52133b5b7d488b05bdeacc6c25a007eb to your computer and use it in GitHub Desktop.
Check all checkboxes in your bookmark page of Pixiv
for(const i of document.querySelectorAll('.image-item .input-container input[name="book_id[]"]')) {
i.click()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment