User Controls
Blocking user posts
-
2020-08-01 at 5:36 PM UTCdid you dieded yet
-
2020-08-02 at 9:08 AM UTCyo come back to life so you can give me your login info
-
2020-08-02 at 9:37 AM UTCwhatchu talkin bout STER0S?
-
2020-08-02 at 9:52 AM UTC
-
2020-08-02 at 9:54 AM UTC
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 -
2020-08-02 at 9:55 AM UTChow to make it say da cock nose
-
2020-08-02 at 10 AM UTCohhh, 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') -
2020-08-02 at 10:03 AM UTCoh wait taht just changes his name, you want all the posts to say 'da cock nose'?
-
2020-08-02 at 10:08 AM UTC
for(const pb of document.getElementsByClassName('post-block')) pb.innerText = 'da cock nose'
that will make everyones post say 'da cock nose' -
2020-08-02 at 10:12 AM UTCYou are a genius and a scholar