Docs

Install it, see what it checks, set it up your way.

Built for people who are not security experts View source
Plain language

Overview

Fish Catcher is a browser extension that warns you, in plain words, when the site you are on looks like phishing or a scam. It never blocks a page, and the checks run on your device.

Click the toolbar icon for the current site's verdict and why: a side panel on Chrome, Brave, Edge and Opera, a popup on Firefox.

Install

Fish Catcher is on both stores. Install it like any other extension; there is nothing to configure.

Chrome, Brave, Edge, OperaGet it on the Chrome Web Store. Chrome 116 or newer; Brave, Edge and Opera install from the same listing.
FirefoxGet it on Firefox Add-ons. Firefox 128 or newer.

Installed? See it in action on the demo page. Developers can also build it from the source on GitHub.

Settings

Open Settings from the side panel (Chrome family) or the options page (Firefox). All of these are off by default.

What it checks

Small signals add up to one score:

Well-known sites are recognised and not flagged by mistake.

Risk levels

Risk scale: low 0 to 19, elevated 20 to 44, high 45 to 74, critical 75 to 100 No suspicious signs A little unusual, double check Several phishing indicators Strong signs of a fake Low Elevated High Critical 0 to 19 20 to 44 45 to 74 75 to 100
Only high and critical raise an alarm. At high, be careful before logging in; at critical, do not enter passwords.

Threat-list updates

The Fish Catcher registry rebuilds a compact Bloom-filter file of known phishing sites every day from three keyless public feeds: Phishing.Database, URLhaus by abuse.ch, and OpenPhish. With this on, the extension fetches the file once a day, only when it has changed, and matches against it on your device. Download only, never upload.

Build from source

Plain JavaScript, no framework.

node scripts/build.mjs      # build dist/chrome and dist/firefox
node tests/verify.mjs       # run the checks
node scripts/package.mjs    # zip both builds for the stores

FAQ

Does it slow down my browsing?

No. The checks are small string operations that run on your device in a fraction of a second.

Will it block me from a site?

Never. Fish Catcher only warns. You always decide what to do.

Does it send my browsing anywhere?

No. See the privacy policy for exactly what the optional online features send.

It flagged a site I trust. What now?

Open the panel and choose Trust this site. It stops being flagged, and you can undo it in Settings.