explaingit

fastforwardteam/fastforward

3,758JavaScriptAudience · generalComplexity · 1/5Setup · easy

TLDR

FastForward is a browser extension that automatically skips link shorteners and bypass countdown timers, redirecting you straight to the destination URL without waiting or solving captchas.

Mindmap

mindmap
  root((fastforward))
    What it does
      Skip link shorteners
      Bypass countdowns
      Auto redirect
    Supported Browsers
      Chrome and Chromium
      Microsoft Edge
      Firefox
    History
      Forked from Universal Bypass
      Community maintained
      No longer active
    Alternatives
      bypass-all-shortlinks
      ads-bypasser
      API docs public
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Things people build with this

USE CASE 1

Install FastForward in Chrome or Firefox to automatically skip link-shortener redirect pages and land on the real URL without waiting.

USE CASE 2

Fork the FastForward codebase and use the public API documentation to add bypass rules for new link-shortener services.

Tech stack

JavaScript

Getting it running

Difficulty · easy Time to first run · 5min

FastForward is no longer actively maintained, new link shorteners added after development stopped are not supported, consider the suggested userscript alternatives.

License terms are not specified in the explanation.

In plain English

FastForward is a browser extension that automatically skips link shorteners, so you land on the actual destination without having to wait through countdown timers, solve captchas, or click through interstitial pages. Link shorteners are services that wrap a real URL inside a redirect chain, often to track clicks or run ads before letting you through. FastForward detects these and bypasses them in the background. The extension is available for Chrome and other Chromium-based browsers, Microsoft Edge, and Firefox. Installation instructions are in a separate guide in the repository. A public list of supported websites is also maintained in the docs folder. This project began as a continuation of an earlier extension called Universal Bypass, which was abandoned by its original developer. The FastForward team picked it up and extended the list of supported services over time. A community Discord server was used to coordinate new bypass rules and get help. The README prominently notes that FastForward is no longer actively maintained. The team stopped development and suggests two alternative userscripts for anyone still looking for this functionality: bypass-all-shortlinks-debloated and ads-bypasser. The underlying API server the extension used for crowd-sourced bypass data is still running and its documentation is public, so developers who want to fork and continue the project have access to it. For anyone already using it, the extension may still work for many of the bypass rules written before development stopped. However, new link shorteners added after the project went dormant will not be supported unless someone forks it and resumes work.

Copy-paste prompts

Prompt 1
I installed FastForward in Chrome but it's not skipping a specific link shortener. How do I check if that site is in the supported list in the docs folder?
Prompt 2
The FastForward README says development has stopped and suggests bypass-all-shortlinks-debloated as an alternative. How do I install and use that userscript instead?
Prompt 3
I want to fork FastForward and add a bypass rule for a new link-shortener service. Where do the bypass rules live in the codebase and what format do they use?
Open on GitHub → Explain another repo

← fastforwardteam on gitmyhub — every repo by this author, as a profile.

Verify against the repo before relying on details.