Hide FileSick

Filters and hides FileSick's pointless uploads on The Pirate Bay with the ability to toggle their visibility. Filtering is bypassed when a search term includes "FileSick".

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
vicegirls
Installationen heute
0
Installationen gesamt
115
Bewertungen
3 0 0
Version
0.2.3
Erstellt am
03.09.2014
Letzte Aktualisierung
05.09.2014
Größe
3,06 KB
Lizenz
n/a
Wird angewandt auf
  • The purpose of this script is to hide all of the redundant and unnecessary uploads on The Pirate Bay from the user(s) FileSick.
  • The visibility of the filtered rows can be toggled using the button injected into the right side of the h2 element that appears under the search form.
  • Filtering is only done on pages that are relevant to the filter.
    • In this case the filter is only applied to items within the applications category.
  • Filtering is bypassed when a search term includes "FileSick".

Since we don't have access to the server-side script that handles pagination, you'll likely see pages that show only a handful of items and are still divided as if they were populated normally (the number of pages will remain as they were pre-filter despite having fewer results). I'm trying to come up with a solution to this that will work within the userscript, though, so fingers crossed.

I'll try to keep this script up-to-date if he ever tries to render the filter ineffective (such as changing his username) and add filters for similarly worthless users should I ever encounter them. Feel free to let me know if there are similar users you encounter that you'd like to see filtered as well and I will add them to the script.

Also, this script should work just fine after being installed as a native Chrome extension. Oh, and there's a Firefox native version, as well. (The Firefox version was rejected because I forgot innerHTML-based injections were against the rules, so once I'm not so lazy I'll fix it and resubmit it.