Created
October 16, 2017 06:17
-
-
Save arayaryoma/52133b5b7d488b05bdeacc6c25a007eb to your computer and use it in GitHub Desktop.
Check all checkboxes in your bookmark page of Pixiv
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(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