Hello! I haven’t posted in years. I keep this account because it’s nice to have it. I went ahead and deleted all my posts, though. If you’re ever curious how to do the same, run this (garbage) javascript snippet I wrote while on the mass post editor page:
window.confirm = function() { Â Â return true }; for (i = 0; i < 1000; i++) { Â Â window.scrollBy(0, 1000); Â Â (function(i) { Â Â Â Â window.setTimeout(function() { Â Â Â Â Â Â $('.overlay').slice(0, 100).click(); Â Â Â Â Â Â document.getElementById("delete_posts").click(); Â Â Â Â Â Â window.scrollBy(0, 1000); Â Â Â Â }, i * 5000); Â Â }(i)); } alert("done");













