Created
August 4, 2022 17:17
-
-
Save Earlopain/f7128306e8862823ea1f2177ff4fa400 to your computer and use it in GitHub Desktop.
Helper script to quickly unblog all your posts in the Mega-Editor
This file contains 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 e of [...document.querySelectorAll(".brick")].slice(0, 100)) { | |
e.classList.add("highlighted") | |
} | |
document.querySelector(".brick").click(); | |
document.querySelector(".brick").click(); | |
document.getElementById("delete_posts").click(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment