Greasy Fork is available in English.

RARBG Advanced Filters

Additional quality of life filters: - Show or hide category icons; - Show or hide torrent thumbnails; - Show or hide movie and tv filters (Removes torrents with KORSUB and 720p); - Show or hide porn; - search for movies and tv shows by genre - Filter based on minimum IMDB rating;

Seznam verzí skriptu, při kterých došlo ke změnám v kódu. Zobrazit všechny verze.

  • v1.65 06. 03. 2021 Added coding efficiencies to make the script a bit faster
  • v1.64 21. 02. 2021 (Code improvement) Converted multi-line strings to template literals
  • v1.63 21. 02. 2021 Continued code cleanup and further conversion to ES6
  • v1.62 21. 02. 2021 Fixed a bug where the sort title included the page number next to ASC or DESC; Significant upgrade to ES6 - https://en.wikipedia.org/wiki/ECMAScript
  • v1.61 15. 02. 2021 Adding back missing contributors
  • v1.61 15. 02. 2021 Switch between grid or list views
  • v1.60 07. 02. 2021 Fixed a logic bug where the advanced filters box kept opening after closing it and refreshing the page
  • v1.59 07. 02. 2021 Removed a stray debugger; statement (minor update)
  • v1.57 12. 01. 2021 Search for movies and tv shows by IMDB rating will now filter out torrents that do not have IDBM ratings (thank you, phpcitizen)
  • v1.56 02. 09. 2020 Regex URL pattern update to handle for any RARBG page
  • v1.55 02. 09. 2020 Small update to the regex URL pattern
  • v1.54 02. 09. 2020 Updated the regex URL pattern (allows the script on RARBG's homepage)
  • v1.53 16. 05. 2020
  • v1.53 16. 05. 2020 Fixed a bug in this script affecting the formatting of IMDB searches (?imdb=tt0448115) in darkred's "RARBG - various tweaks"; Minor code clean-up;
  • v1.52 16. 05. 2020 Switched @match rules to RegEx @includes to match more RARBG domains dynamically (thanks, darkred)
  • v1.51 09. 05. 2020 Removed several dead or non-legit domains from the match list
  • v1.50 09. 05. 2020 Fixed an issue with wrapping buttons in the filter box
  • v1.49 09. 05. 2020 Button added to toggle between large and small thumbnail images
  • v1.48 09. 05. 2020 Removed a stray debugger; statement
  • v1.47 09. 05. 2020 Fixed a bug where the filter controls would disappear on media categories like Movies and TV
  • v1.46 09. 05. 2020 Added a large collection of new RARBG domains (thanks, fixed). Added protocol to jQuery version to resolve issue (thanks, demha). Also, updated jQuery to latest version 3.51.
  • v1.45 18. 12. 2019 Added three new proxies: rarbgproxied.org, rarbgget.org, and rarbgprx.org
  • v1.44 05. 12. 2019 Search for movies and tv shows by genre
  • v1.43 05. 12. 2019 Added rargb.to to the list
  • v1.42 15. 03. 2019 Fixed a logic bug where an html element the code uses to add its advanced filters menu is missing. The "top100.php" error.
  • v1.41 14. 03. 2019 Changed the code to dynamically grab the CDN image domain RARBG uses instead of hard-coding "dyncdn2.com" or "dyncdn.me."
  • v1.40 10. 03. 2019 Correction: Updated RARBG's image hosting CDN from //dyncdn.me/ to //dyncdn2.com/; Thumbnails are working again;
  • v1.40 10. 03. 2019 Updated RARBG's image hosting CDN from //dyncdn2.com/ to //dyncdn.me/; Thumbnails are working again;
  • v1.39 02. 11. 2018 Added rarbgproxy.org
  • v1.38 15. 07. 2018 Added additional mirrors to the @match list
  • v1.36 24. 04. 2018 Added most of the top RARBG mirrors including the official rarbgmirror.org. It should work across most of the top RARBG sites
  • v1.35 24. 04. 2018 Added *://rarbgmirror.org/* to the match logic
  • v1.34 03. 09. 2017 Added music category search; Removed e-Books (removed by RARBG); Search inputs now understand "press Enter"; Fixed a bug with movie filters still lingering after clicking "View all" link;
  • v1.33 01. 09. 2017 Bug Fix [TL;DR - RARBG added new movie category IDs, this caused the movie filters to disappear whenever you used the pager or column sorted]
  • v1.32 16. 07. 2017 In the Games category, you can now search for specific torrent groups (e.g. CODEX, PLAZA, SKIDROW, and so forth)
  • v1.31 15. 07. 2017 KORSUB and 720p are now single filters. Furthermore, they only appear in the Movies, TV Shows, and Non-Porn categories. The current plan is to make the "Reset Filters" button a global reset for all filters.
  • v1.30 15. 07. 2017 Small variables update
  • v1.29 15. 07. 2017 Added the e-Books category
  • v1.28 13. 07. 2017 Minor, but significant improvements. Existing hard-coded categories within the script are now dynamic although not fully implemented; Added logic to handle clicked categories from the search box. These created URL parameters like this: category[]=42;
  • v1.27 11. 06. 2017 Categories are stored in arrays and dynamically checked against the current URL parameters (only for Movies in this update); Lots of code comments added; General code cleanup;
  • v1.26 11. 06. 2017 Fixed bug with Min Rating disappearing after header sorting (e.g. clicking "Added", "Size", "S.", "L.", and so forth)
  • v1.25 11. 06. 2017 Fixed but with Min Rating disappearing after header sorting (e.g. clicking "Added", "Size", "S.", "L.", and so forth)
  • v1.24 10. 06. 2017 Min Rating is now isolated to Movies and TV Shows; Created the framework for category specific filters (Coming Soon™);
  • v1.23 10. 06. 2017 While thumbnails are enabled the column title displays "Thumbnail" instead of "Cat." (Note: Cannot sort thumbnails)
  • v1.22 28. 05. 2017 Gave appropriate thanks to author of getParameterByName function (Thanks, jolly.exe!)
  • v1.21 28. 05. 2017 Added logic to the filters to obey the Show Advanced Options button (looks like: [ >> ], next to search input)
  • v1.20 28. 05. 2017 Found and fixed a bug affecting the Reset Filters button and minimum ratings
  • v1.19 28. 05. 2017 Revert to 1.15; Found a logic bug in 1.16 that needs to be fixed before promotion.
  • v1.18 28. 05. 2017 Revert to 1.16; Found a bug in 1.17 that needs to be fixed before promotion.
  • v1.17 28. 05. 2017 Reset Filters button added

Zobrazit všechny verze skriptu