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.

  • GreenM
    link
    fedilink
    112 years ago

    So glad I rewrote all my comments before getting out of there.

    • @[email protected]
      link
      fedilink
      32 years ago

      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

      • GreenM
        link
        fedilink
        12 years ago

        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.