#1
|
||||
|
||||
Forum Posts Hider (Javascript)
Over the last few years, I've personally tweaked sites to my preference such as customizing how they look, adding useful shortcuts/features through Javascript injection and so on. One of the scripts I wrote (for two types of forum systems) is used to hide users' posts. This lets you 'block' someone and hides their content so you don't have to deal with their posts.
One of the main reasons I made these scripts was to hide certain members that would prefer to be the center of attention, have their ego's stroked as much as possible, or all around just treat other members like shit. Rather than feel the need to endlessly report posts on said forums, it's easier imo to just not have to see their garbage in the first place. I've cleaned these scripts up and made sure they worked on the two main/public RE sites most people find via Google. (exetools and tuts4you) These should work on any other website using the same forum systems. You may need to tweak them slightly if the site is using a custom theme. In order to use these, you will need an extension for your browser that can inject Javascript. I use Chrome and prefer using CJS to do this, which you can find here: Code:
https://chrome.google.com/webstore/detail/custom-javascript-for-web/ddbjnfjiigjmcpcpkmhogomapikjbjdk Script For vBulletin 3.8.x - Tested On exetools PHP Code:
https://i.imgur.com/5ES3jhz.png The new injected box is clickable, which will toggle the hidden post to show/hide again if you need to potentially see it. (This way it's not just outright removed entirely.) The post will have its background changed to a light red to stand out better when it's uncollapsed too: https://i.imgur.com/3C7h1Jx.png Script For IPB 4.x - Tested On tuts4you (Works on both light and dark themes.) PHP Code:
https://i.imgur.com/dQ7O2s3.png The new injected box is clickable, which will toggle the hidden post to show/hide again if you need to potentially see it. (This way it's not just outright removed entirely.) The post will have its background changed to a light red to stand out better when it's uncollapsed too: https://i.imgur.com/rmKLaro.png
__________________
Personal Projects Site: https://atom0s.com |
The Following 2 Users Gave Reputation+1 to atom0s For This Useful Post: | ||
MarcElBichon (12-21-2022), yoza (12-22-2022) |
The Following 5 Users Say Thank You to atom0s For This Useful Post: | ||
Mendax47 (12-21-2022), RiRye (12-21-2022), thanhtam1306 (11-19-2023), uranus64 (12-22-2022), user_hidden (12-21-2022) |
Thread Tools | |
Display Modes | |
|
|