https://github.com/nazdridoy/pixeldrain-bypass
A userscript that automatically redirects Pixeldrain URLs to a faster mirror. It intercepts requests to pixeldrain.com and redirects them to an alternative server for faster downloads.
https://github.com/nazdridoy/pixeldrain-bypass
pixeldrain pixeldrain-bypass pixeldrain-download-speed userscript
Last synced: about 2 months ago
JSON representation
A userscript that automatically redirects Pixeldrain URLs to a faster mirror. It intercepts requests to pixeldrain.com and redirects them to an alternative server for faster downloads.
- Host: GitHub
- URL: https://github.com/nazdridoy/pixeldrain-bypass
- Owner: nazdridoy
- License: mit
- Created: 2025-04-08T00:00:08.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-14T05:50:14.000Z (about 2 months ago)
- Last Synced: 2025-04-14T21:18:19.606Z (about 2 months ago)
- Topics: pixeldrain, pixeldrain-bypass, pixeldrain-download-speed, userscript
- Language: JavaScript
- Homepage: https://greasyfork.org/en/scripts/532142-pixeldrain-bypass
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Pixeldrain Bypass
A userscript that automatically redirects PixelDrain URLs to a faster mirror. It intercepts requests to pixeldrain.com and redirects them to an alternative server for faster downloads.
## Features
- ⚡ Automatic redirection to a faster mirror
- 🚀 Improves download speeds from PixelDrain
- 🛡️ Simple and lightweight implementation
- 🔄 Works immediately upon page load## How It Works
The script detects when you visit a pixeldrain.com file URL (format: `https://pixeldrain.com/u/FILE_ID`), extracts the file ID, and automatically redirects you to `https://pd.cybar.xyz/FILE_ID` which serves the same content but potentially with faster speeds.
## Installation
1. Install a userscript manager:
- [Tampermonkey](https://www.tampermonkey.net/) (Recommended)
- [Greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/)
- [Violentmonkey](https://violentmonkey.github.io/)2. Install the script:
- [Install from Greasy Fork](https://greasyfork.org/en/scripts/532142-pixeldrain-bypass) (Recommended)
- Create a new script in your userscript manager and copy the contents of [`PixelDrainBypass.js`](https://github.com/nazdridoy/pixeldrain-bypass/blob/main/PixelDrainBypass.js)## Usage
Simply visit any PixelDrain file URL (https://pixeldrain.com/u/*), and the script will automatically redirect you to the faster mirror.
No configuration or user interaction is required - it works immediately after installation.
## License
MIT License - see [LICENSE](LICENSE) for details
## Credits
Created by [nazdridoy](https://github.com/nazdridoy)
## Support
If you encounter any issues or have suggestions:
- [Open an issue](https://github.com/nazdridoy/pixeldrain-bypass/issues)
- [Submit a pull request](https://github.com/nazdridoy/pixeldrain-bypass/pulls)