Reddit now won't let non-logged in users see subreddits until they've been "reviewed"
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're viewing a single thread.
So glad I rewrote all my comments before getting out of there.
11 0 Replyinstall 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
3 0 ReplyI have already batch rewritten everything.
Just few thing for the script you posted.
- At the time I edited my posts reddit was sneakily undoing deletions but not edits. So editing was safer option.
- I think time interval between posts was longer than 1,5 secs, otherwise reddit would have blocked next edit/deletion.
1 0 Reply