So, lately I noticed that like 1/3 of "Fucking Around & Program Discussion" is spammed with _SO MANY_ Trump threads.
> I don't like it. Don't get me wrong, I just don't care. I wanna read about adult biz stuff.
What could I do? Well, a lot of you surely remember the
userscript from Killswitch for blocking user posts on the client side. I am using it sice then.
Quote:
Originally Posted by wocnom
Hi there,
this is actually not a bad idea considering useless spam on this forum. I fork the version from CPA-Rush with these changes:
- It's applicated to the whole forum (search, all sections - not only to "Fucking Around & Program Discussion").
- In thread listings, the threads stared by users in your hide_list are moved to the bottom of the list and set opacity to 0.5. So you can still see the spam, if you want, but the priority is lower than proper threads from other users.
- Posts from users in your hide_list are not removed from the thread, but the background color of these posts are set to black. So it's somehow optical marked for you.
Why is this more suitable for me? - I still wanna know about existence of these junk posts/threads but I wanna set them lower priority (threads) and mark the posts.
|
So I added some more features in version 1.2. to fix our problem:
- There are another array (hide_titles), where you put keyword for the titles of posts. When the keyword is matched in the title, the thread is removed.
- There is variable visible. When you set it to TRUE, you can still read the threads/post. They are just moved to the bottom of the site with lower opacity (threads) and black (posts) like i wrote in quote above. When you set it to FALSE, the threads and posts are removed completely.
An example if visible = true:
THE SCRIPT: http://pastebin.com/raw/cB8J7TV1
Installation in firefox:
- You must have installed addon GreaseMonkey.
- Copy the code of script from pastebin. Create file with name "gfy.user.js" and save the code to it.
- Modify the arrays (hide_users, hide_titles).
- Drag the file a drop it into firefox.
- Accept, enable and use the script.
johnnyloadproductions made a video of installation the userscript in previous thread:
Quote:
Originally Posted by johnnyloadproductions
|
Feel free to modify the userscript, share it or whatever you want to do with it.
If you have any trouble, just post here. I am using the userscript in firefox. I didn't try it in chrome.
The credits go to: Killswitch,
Mr Pheer,
CPA-Rush,
johnnyloadproductions,
wocnom.