Reddit now won't let non-logged in users see subreddits until they've been "reviewed"
This is literally just the r/nyt subreddit about The New York Times.
Given he apparently takes inspiration from Elon Musk, it's only a matter of time until u/spez starts adding post view limits unless you pay extra.
You are viewing a single comment
So glad I rewrote all my comments before getting out of there.
install Reddit enhancement suite and run this script in the developer tools console:
var $domNodeToIterateOver = $('.del-button .option .yes'), currentTime = 0, timeInterval = 1500; $domNodeToIterateOver.each(function() { var _this = $(this); currentTime = currentTime + timeInterval; setTimeout(function() { _this.click(); }, currentTime);});
You even keep your karma that way
I have already batch rewritten everything.
Just few thing for the script you posted.