Skip to content

sang765/ReBypass

 
 

Repository files navigation

Logo

REBYPASS

Version GitHub stars GitHub forks GitHub issues GitHub pull requests GitHub Actions Workflow Status
JavaScript npm Bun

Star History Chart

Description

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.

Disclaimer

Additional disclaimer applies if bypass failures are related to the bypass.vip API and are detected by anti-bypass website.

Features

  • 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

Installation

  1. Install a userscript manager extension for your browser:

  2. Click badge below to install the userscript:
    Click to install

Warning

  • Do not install userscript from release because update not work because install from that is you install static version of userscript.

Building the Userscript

To build the userscript locally or contribute to the development:

  1. Clone the repository:
git clone https://github.com/sang765/ReBypass.git
  1. Navigate to the project directory:
cd ReBypass
  1. Install dependencies:
bun install
  1. Build the userscript:
bun run build
  1. The built userscript ReBypass.user.js will be created in the root directory.
  2. Follow the installation steps above using the built file.

Usage

  • 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.

Supported Sites

You can check in this this

Configuration

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)

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

Created by sang765

Repository

GitHub Repository

About

Yes, another userscript bypass. A fork of bypass-vip/userscript.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.6%
  • CSS 1.4%