User Controls

  1. 1
  2. 2
  3. 3
  4. ...
  5. 40
  6. 41
  7. 42
  8. 43
  9. 44
  10. 45
  11. ...
  12. 59
  13. 60
  14. 61
  15. 62

Posts by filtration

  1. filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  2. filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  3. filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  4. filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  5. filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  6. filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  7. filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  8. filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  9. filtration African Astronaut


    // main
    var edit = function() {
    $('.post').each(function(){
    console.log(this.id)
    var post = getPost(this.id)
    var csrf = getCSRF()
    data = {
    csrfmiddlewaretoken: csrf,
    content: "This post has been edited by a bot I made to preserve my privacy.",
    preview_action: "edit-post",
    post: post
    };

    $.post("https://niggasin.space/post/" + post + "/edit", data)
    })

    setTimeout(function() {
    nextPage()
    }, 5000);
    }

    // Get the token
    var getCSRF = function() {
    return $('input[name=csrfmiddlewaretoken]').val()
    }

    // Get the total pages
    var nextPage = function() {
    var next = $('a.next-page')[0]
    if(next) {
    next.click();
    }

    return
    }

    // Get the id of the post
    var getPost = function(post) {
    var id = post.split("-")
    return id[1]
    }

    edit()
  10. filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  11. filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  12. filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  13. filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  14. filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  15. filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  16. filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  17. filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  18. filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  19. filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  20. filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  1. 1
  2. 2
  3. 3
  4. ...
  5. 40
  6. 41
  7. 42
  8. 43
  9. 44
  10. 45
  11. ...
  12. 59
  13. 60
  14. 61
  15. 62
Jump to Top