Don't waste your time with compliance. SiteDrift automatically skips annoying link shorteners.
SiteDrift is a browser extension that automatically bypasses annoying link shorteners so you don't waste time clicking through ads and countdown timers. It is a continuation of the FastForward project, rebuilt and maintained by 2Tech Studio.
SiteDrift targets Manifest V3 and is built with Vite + CRXJS.
The extension is not yet published to any store. Follow manual installation to load it in your browser.
See the full guide in docs/INSTALLING.md.
Quick steps (Chromium):
- Download or build the extension (see Building from Source).
- Open
chrome://extensions/and enable Developer Mode. - Click Load unpacked and select the
dist/folder.
Firefox:
- Open
about:debugging#/runtime/this-firefox. - Click Load Temporary Add-on and select any file inside
dist/.
npm install
npm run build # production build → dist/
npm run dev # dev server with HMR
npm run lint # run ESLintRequires Node.js 18+.
See docs/Bypassed.md for the full list of bypassed sites.
See CONTRIBUTING.md. We welcome bypass additions and bug fixes.
Join our Discord to discuss changes before submitting a PR.
See PRIVACY.md.
GPL-3.0 © 2Tech Studio