Skip to content

Instantly share code, notes, and snippets.

@Earlopain
Created August 4, 2022 17:17
Show Gist options
  • Save Earlopain/f7128306e8862823ea1f2177ff4fa400 to your computer and use it in GitHub Desktop.
Save Earlopain/f7128306e8862823ea1f2177ff4fa400 to your computer and use it in GitHub Desktop.
Helper script to quickly unblog all your posts in the Mega-Editor
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