Search accelerator browser extension — alternate domains, bookmarks, smart tips & hover prefetch right on search results pages.
- Alternate domains — maintain your own list or use the built-in bundle of known mirrors and official alternates
- Bookmarks on SERP — see related bookmarks right on the search page, no digging through folders
- Hover warm-up — DNS/TCP/TLS connection prefetch on hover so pages load faster when you click
- Smart tips — spelling hints,
site:suggestions, archive links, cross-engine search - Works everywhere — Google, Bing, DuckDuckGo, and Yandex
- Dark & light theme — with auto-detection
- Import/export — domain list as JSON
- 7 languages — English, Russian, Ukrainian, Turkish, Spanish, Indonesian, Persian (RTL)
- Fully local — no accounts, no tracking, no data leaves your browser
| Browser | Link |
|---|---|
| Chrome | Chrome Web Store |
| Firefox | Firefox Add-ons |
| Edge | Edge Add-ons |
When you search on a supported engine, FastWeb checks if any results have known alternate domains or mirrors. If so, a compact panel appears with direct links — saving you clicks and helping you reach the right site faster.
The hover warm-up (enabled by default) pre-establishes connections to destinations when you hover over links, making page loads noticeably faster.
git clone https://github.com/investblog/fastweb.git
cd fastweb
npm install
npm run dev # Chrome dev build
npm run dev:firefox # Firefox dev build
npm run build # Chrome production
npm run build:firefox # Firefox production
npm run zip:all # Build all platforms
npm run typecheck # TypeScript check (run npx wxt prepare first)- WXT ^0.19 — web extension framework with HMR
- TypeScript ^5.7
- Chrome MV3 + Firefox MV2 dual build
- Zero runtime dependencies
FastWeb runs entirely in your browser. It does not collect, transmit, or store any personal data. The only network requests beyond normal browsing are an optional daily bundle update check from GitHub and favicon loading from DuckDuckGo's public icon service.
Full privacy policy: PRIVACY.md
Built by investblog with Claude
