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
    111 year ago

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

    • @negativeyoda
      link
      31 year 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
        11 year 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.