How to filter out a particular sender
February 2nd, 2020
Items from this sender are no use as I do not use the references they do.
Is there a way to filter out a certain sender from the listings?
Sorting all listing excluding certain uploaders is not something that can be done with the search used by users. It can be implemented but it is impractical. Those query are memory hogs and we are talking about one of the largest site in the world.
There are 2 scripts that does that. They hide results by certain users or highlight by others.
I wrote some of them (Blacklist, Highlight, and Filter which combines Blacklist & Highlight)
There is also another one by thecodingdude.
[userscript] WBB User Filter https://www..org/viewtopic.php?t=18231116
[userscript] WBB User Highlight https://www..org/viewtopic.php?t=18228332
[userscript] WBB User Blacklist https://www..org/viewtopic.php?t=18224010
[Userscript] Blacklisted | Version 1.0 https://www..org/viewtopic.php?t=16949772
Note: since userscripts.org is dead change the links to userscripts-mirror.org to get the scripts.
Note2: Above scripts only filter out the display.
Hi ,
Thanks for the information. I’ll download and give them a look later today.