User Controls

Blocking user posts

  1. #21
    STER0S Space Nigga [the disappointingly unanticipated slab]
    did you dieded yet
  2. #22
    STER0S Space Nigga [the disappointingly unanticipated slab]
    yo come back to life so you can give me your login info
  3. #23
    rabbitweed African Astronaut
    whatchu talkin bout STER0S?
  4. #24
    Originally posted by rabbitweed Do you use chrome?

    I'll do it for you Scron, but only if you deep throat HTS.

    okay done but i use firefox
  5. #25
    rabbitweed African Astronaut

    const block = (...names) => {
    for(const post of document.getElementsByClassName('post')) {
    const {innerText} = post.getElementsByClassName('author-name')[0]
    if (names.includes(innerText)) post.style.display = 'none'
    }
    }

    block('faggot1', 'faggot2', 'faggot3')


    replace stuff at the bottom with comma separated quoted list of actual fags you want to block
  6. #26
    how to make it say da cock nose
  7. #27
    rabbitweed African Astronaut
    ohhh, hmmm. hang on


    const scron = (...names) => {
    for(const post of document.getElementsByClassName('post')) {
    const authorName = post.getElementsByClassName('author-name')[0]
    if (names.includes(authorName.innerText)) authorName.innerText = 'da cock nose'
    }
    }

    scron('Japan-Is-Eternal')
  8. #28
    rabbitweed African Astronaut
    oh wait taht just changes his name, you want all the posts to say 'da cock nose'?
  9. #29
    rabbitweed African Astronaut

    for(const pb of document.getElementsByClassName('post-block')) pb.innerText = 'da cock nose'


    that will make everyones post say 'da cock nose'
  10. #30
    You are a genius and a scholar
Jump to Top