| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.
SiteDrift operates across three unified components in this monorepo:
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.
| Back | FazBrowse Home | New Git URL |