Skip to content

Instantly share code, notes, and snippets.

@730730
730730 / ab-filter.user.js
Last active January 8, 2024 19:33
Tampermonkey script that adds filtering and sorting capabilities to AnimeBytes torrent groups
// ==UserScript==
// @name AB Filter/Sorter
// @version 1.0
// @description Adds a table of filters to AnimeBytes torrent groups and the possibility to sort by size/snatches/seeders/leechers
// @author 730
// @match https://animebytes.tv/torrents.php?id=*
// @updateURL https://gist.githubusercontent.com/730730/241caafc5ee60ea83d537a80051aecc4/raw/ab-filter.user.js
// @downloadURL https://gist.githubusercontent.com/730730/241caafc5ee60ea83d537a80051aecc4/raw/ab-filter.user.js
// @grant none
// ==/UserScript==