Skip to content

two-tech-dev/SiteDrift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2,565 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

SiteDrift Logo

SiteDrift

Skip the wait. SiteDrift past link shorteners, ad-walls, and trackers.

Chrome Web Store Firefox Add-ons Build Status Discord Website Ko-fi


πŸš€ What is SiteDrift?

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.

πŸ“œ Heritage & Credits

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.

✨ Key Features

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

πŸ› οΈ Architecture

SiteDrift operates across three unified components in this monorepo:

  1. The Extension (/src): A Manifest V3 Chrome/Firefox extension built with Vite + CRXJS + Vue 3.
  2. The Web App (/web): The public landing page and admin dashboard, built as a Vue 3 SPA.
  3. The Backend (/server): A lightweight Go application managing the Crowd Sourced bypass network, tracking stats, and serving the API.

πŸ“¦ Installation

Chrome / Edge / Brave

Install from the Chrome Web Store.

Firefox

Install from Firefox Add-ons.

Manual Installation

If you prefer to load from source, see docs/INSTALLING.md.


πŸ’» Building from Source

To build SiteDrift locally, you need Node.js 18+ and Go 1.21+ (if building the backend).

Extension & Web Frontend

# 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 lint

Go Backend

cd server
go run src/*.go

🀝 Contributing

We welcome community contributions! Whether you're adding new bypasses, fixing bugs, or improving documentation, your help is appreciated.

  1. Check the CONTRIBUTING.md guide.
  2. See docs/Bypassed.md for the current list of supported sites.
  3. Join our Discord to discuss major changes before submitting a PR.

πŸ”’ Privacy & Legal

  • Privacy Policy: See PRIVACY.md. We do not log your browsing history or personal data.
  • License: GPL-3.0 Β© 2Tech Studio.

About

Don't waste your time with compliance. SiteDrift automatically skips annoying link shorteners.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Sponsor this project

Packages

 
 
 

Contributors