SiteDrift is an open-source, Manifest V3 compliant browser extension that automatically skips annoying link shorteners, countdown timers, and ad-walls. Save your time and privacy by letting SiteDrift do the heavy lifting.
SiteDrift is a modernized fork and continuation of the FastForward project (which itself was a continuation of Universal Bypass). We are deeply grateful to the original FastForward and Universal Bypass maintainers and contributors for their foundational work. SiteDrift is now actively developed and maintained by 2Tech Studio.
- Instant Bypasses: Automatically skips countdowns, ad-walls, and click-through pages on hundreds of supported sites.
- Privacy First: Intercepts and blocks known IP loggers and intrusive trackers instantly.
- Crowd Sourced: Leverages a transparent community-powered backend network to automatically bypass dynamic or custom short links.
- Modern Architecture: Built strictly for Manifest V3 with Vue.js, TypeScript, and a high-performance Go backend.
SiteDrift operates across three unified components in this monorepo:
- The Extension (
/src): A Manifest V3 Chrome/Firefox extension built with Vite + CRXJS + Vue 3. - The Web App (
/web): The public landing page and admin dashboard, built as a Vue 3 SPA. - The Backend (
/server): A lightweight Go application managing the Crowd Sourced bypass network, tracking stats, and serving the API.
Install from the Chrome Web Store.
Install from Firefox Add-ons.
If you prefer to load from source, see docs/INSTALLING.md.
To build SiteDrift locally, you need Node.js 18+ and Go 1.21+ (if building the backend).
# Install dependencies
npm install
# Build the extension (outputs to /dist)
npm run build
# Start extension dev server with HMR
npm run dev
# Run linting
npm run lintcd server
go run src/*.goWe welcome community contributions! Whether you're adding new bypasses, fixing bugs, or improving documentation, your help is appreciated.
- Check the CONTRIBUTING.md guide.
- See docs/Bypassed.md for the current list of supported sites.
- Join our Discord to discuss major changes before submitting a PR.
- Privacy Policy: See PRIVACY.md. We do not log your browsing history or personal data.
- License: GPL-3.0 Β© 2Tech Studio.