This is a remake of the official userscript for bypass.vip, a service that allows you to bypass ad-links and get directly to your destination without ads. The userscript automates the process by integrating with the bypass.vip API, providing a seamless experience on supported websites.
Note: This is a fork/remake of the original bypass.vip/userscript.
Additional disclaimer applies if bypass failures are related to the bypass.vip API and are detected by anti-bypass website.
- Automatic bypass of ad-links on supported sites
- Countdown timer for hash-based links to prevent expiration
- Safe mode to ensure reliable redirects
- Customizable wait time and API key support
- Dark-themed overlay interface for better user experience
-
Install a userscript manager extension for your browser:
- Tampermonkey (recommended for Chrome, Firefox, Safari, Edge)
- Greasemonkey (for Firefox)
- Violentmonkey (alternative option)
Warning
- Do not install userscript from release because update not work because install from that is you install static version of userscript.
To build the userscript locally or contribute to the development:
- Clone the repository:
git clone https://github.com/sang765/ReBypass.git- Navigate to the project directory:
cd ReBypass- Install dependencies:
bun install- Build the userscript:
bun run build- The built userscript
ReBypass.user.jswill be created in the root directory. - Follow the installation steps above using the built file.
- Visit any supported website listed below.
- The userscript will automatically detect the link and redirect you through bypass.vip.
- If a hash is present, a countdown will appear; click "Next" before it expires.
- The script will handle the bypass and redirect you to the final destination.
You can check in this this
You can customize the script behavior by editing the config object at the top of the script:
time: Wait time in seconds (default: 10)key: API key if required (default: '')safeMode: Enable safe mode for redirects (default: true)
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Created by sang765