Reddit now won't let non-logged in users see subreddits until they've been "reviewed"

mpa92643@lemmy.world to Reddit@lemmy.world – 2321 points –

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.

410

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.

  • 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.