Hide releases (categories/users) on ABB

Hide releases in specific categories or by specific users on ABB

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Autor
Michael Seitz
Installationen heute
0
Installationen gesamt
29
Bewertungen
0 0 0
Version
0.47
Erstellt am
10.04.2022
Letzte Aktualisierung
24.10.2025
Größe
10,9 KB
Lizenz
MIT
Wird angewandt auf

This userscript removes releases by specific users or of a specific category from the ABB main page, and comments from release pages.

The script has to run once, by visiting ABB, to initialise the block list and settings. For Tampermonkey to show the storage tab that contains the script values, the Tampermonkey config mode must be set to Advanced.

Then, categories/usernames can be entered by editing the script values blocklistCategory/blocklistUser/blocklistUserComment in Violentmonkey.
Categories/usernames are case sensitive, have to be comma separated, without leading or trailing white-space, and the whole list has to be in double quotation marks (e.g. "user1,User2,USER3" or "Some Category, Category2,Some other category").

Postings/comments can be removed completely, or a placeholder can be shown, by setting the value placeholderUser/placeholderCategory/placeholderUserComment to 0, 1, or 2 (without quotation marks):
0 - Removes releases/comments completely.
1 - Shows a placeholder "(Posting/Comment removed by 'Hide releases on ABB')".
2 - Shows a clickable link with the removal reason below the ABB navigation bar, or a placeholder "(Comment by user 'XYZ' removed)". This is the default setting.

The table with release information can become bloated when a torrent uses many trackers. The tracker information can be hidden by setting the variable removeTrackerInfo to 1. Setting the variable to 0 will show the tracker information again.


Hide releases on ABB was tested on Firefox and Chrome with Violentmonkey and Tampermonkey.