TPBQuality automatically sorts The Pirate Bay search results based on video quality, resolution, and uploader status.
It is available as both a Chrome extension and a Tampermonkey userscript.
-
Automatically sorts search results by:
- Format, such as Remux, Blu-ray, and x265
- Resolution, such as 4K, 1080p, and 720p
- VIP and Trusted uploader status
-
Highlights results based on quality and uploader status
-
Filter results by format
-
Sort results by:
- Quality rating
- VIP status
- Trusted status
-
Supports multiple video formats and resolutions
-
Clone or download this repository.
-
Open Chrome and navigate to
chrome://extensions. -
Enable Developer mode.
-
Click Load unpacked.
-
Select the
chrome-extensionfolder. -
Make sure the folder contains:
manifest.jsonpopup.htmlpopup.js
The extension will now appear in your Chrome extensions list.
- Open The Pirate Bay.
- Perform a search.
- Click the TPBQuality extension icon.
- The results will be sorted and filtered in the extension popup.
- Install Tampermonkey.
- Open Tampermonkey and create a new script.
- Copy the contents of
TPBQuality.user.jsinto the script. - Save the script.
- Open The Pirate Bay.
- Perform a search.
- TPBQuality will automatically add a sorted results panel to the top of the page.
- Use the dropdown menus to filter and sort the results.
TPBQuality uses a 0-10 quality ranking system based on format and resolution.
| Format | Score |
|---|---|
| ISO | 6 |
| Remux + Atmos | 5 |
| Remux | 4 |
| Blu-ray / Hybrid | 3 |
| x265 / x264 | 2 |
| WEB-DL / WEBRip | 1 |
| HDTS / TS / CAM / SCR | 0 |
| Resolution | Score |
|---|---|
| 8K | 4 |
| 4K / 2160p | 3 |
| 1080p | 2 |
| 720p | 1 |
| 576p / 480p | 0 |
| File | Description |
|---|---|
chrome-extension/ |
Chrome extension files |
popup.html |
Extension popup interface |
popup.js |
Extension logic |
manifest.json |
Chrome extension manifest |
TPBQuality-1.0.user.js |
Tampermonkey userscript |
Contributions, feature suggestions, and bug reports are welcome.
Feel free to open an issue or submit a pull request.