Welcome to Phansite archive (beta)
You'll find here all archived threads from the Phansite forum.
i made some custom ublock filters for post hiding
i did these the last time we had a Spam Incident and figured i'd throw them out there in case anyone else could get some use from them while we wait warmly for mishima to implement blocking

unfortunately i don't think these are compatible with adblock+, it doesn't have as much support for css selectors

both of these go in your custom filters window in the ublock settings page

to filter posts containing specific text:
phansite.net##.answer:if(div:last-of-type:has-text(specific text goes in here))

to filter posts from a user:
phansite.net##.answer:if(object:last-of-type[data = "avatars/theirusername.jpg"])

let me know if there's any issues
added a topic list filter given recent events

##.topic:if(a:has-text(theirusername))

oh shit i copied the wrong one

phansite.net##.topic:if(a:has-text(theirusername))


phansite.net##.answer:if(object:last-of-type[data = "avatars/theirusername.jpg"])

Won't work if someone doesn't have an avatar. I don't know how to write AdBlock rules but something like

phansite.net##.answer:if(.creator:has-text(username))

Might work
this is why i'm in IT and not programming!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

the following should work for hiding posts from all users, thank you

phansite.net##.answer:if(a:has-text(username))

hey it's a cool new filter for comments containing specific text from the anon feed!!!!!!!!!!!!!!

phansite.net##.comment:has-text(specific text)


also while i'm at it, ublock extension installation links:
fucking why does the enter button make the post go. sorry for double post in a thread nobody cares about

chrome: https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en

https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/