Skip to content

Instantly share code, notes, and snippets.

@book000
Created May 31, 2021 21:05
Show Gist options
  • Save book000/f39382b99fd31b32960cb30511028515 to your computer and use it in GitHub Desktop.
Save book000/f39382b99fd31b32960cb30511028515 to your computer and use it in GitHub Desktop.

Pixivの公開ブックマークを全部プライベートに変更する

setInterval(() => {
    setTimeout(() => {document.querySelector(".sc-1dg0za1-0").click()}, 100)
    setTimeout(() => {document.querySelector(".sc-13ywrd6-6").click()}, 500)
    setTimeout(() => {document.querySelector("div.sc-1ij5ui8-0:nth-child(4) > div:nth-child(1) > div:nth-child(1)").click()}, 1000)
}, 2000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment