Firefox Browser Add-ons
  • Extensions
  • Themes
    • for Firefox
    • Dictionaries & Language Packs
    • Other Browser Sites
    • Add-ons for Android
Log in
Add-on icon

Unsitely — Website Safety Scanner version history - 10 versions

Unsitely — Website Safety Scanner by Kyle Axelson

There are no ratings yet
0 Stars out of 5
5
0
4
0
3
0
2
0
1
0
Unsitely — Website Safety Scanner version history - 10 versions
  • Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.

  • Latest version

    Version 1.2.3

    Released Jun 4, 2026 - 34.25 KB
    Works with firefox 109.0 and later
    Version 1.2.3 — URL Shortener Resolution & Popup Fix

    What's new:

    • URL shortener links now scan the real destination: links using shorteners like t.co, bit.ly, tinyurl.com, ow.ly, and 25 other services are automatically resolved to their final destination URL before scanning. Previously, a t.co link in a spam email would show t.co's trusted score (100) instead of the scam site it redirects to. This is now fixed.

    • Popup message updated: the Gmail popup now correctly reads "Links in this email are being scanned automatically. Click any chip next to a link to see its full report." instead of the outdated hover instruction.

    Bug fixes:
    • Shortener domains covered: t.co, bit.ly, tinyurl.com, ow.ly, buff.ly, dlvr.it, ift.tt, goo.gl, rb.gy, cutt.ly, shorturl.at, tiny.cc, is.gd, v.gd, bl.ink, rebrand.ly, and more

    Source code released under All Rights Reserved

    Download Firefox and get the extension
    Download file
  • Older versions

    Version 1.2.0

    Released Jun 4, 2026 - 32.31 KB
    Works with firefox 109.0 and later
    Version 1.2.0 — Inline Chips, Card Bars & Smart Email Scanning

    What's new:

    • Always-visible trust scores: links are now scanned automatically and show a small colored badge (chip) right next to each link — no hovering required. Green = safe, amber = suspicious, red = dangerous. Click any chip to open the full report.

    • Card bars for news results: links inside Google Top Stories and news carousels now show a full-width colored bar at the bottom of the card instead of an inline chip, so every card in a section looks consistent.

    • Smart email scanning in Gmail: the extension now scans high-risk call-to-action links in Gmail emails (e.g. "Verify your account", "Track Your Package", "Reset your password") while skipping low-risk links like unsubscribe footers, image links, and navigation buttons. This helps catch phishing attempts without cluttering your inbox.

    Bug fixes:
    • Fixed chips appearing upside-down on Google Knowledge Panel rows
    • Fixed card bars rendering narrower than the card on right-column news results
    • Fixed button-styled links in HTML emails not being detected when styling is on the parent table cell rather than the anchor itself

    Source code released under All Rights Reserved

    Download file
  • Version 1.1.1

    Released Jun 3, 2026 - 22.11 KB
    Works with firefox 109.0 and later
    Bug Fix: Gmail (and other webmail) link scores now match

    Root cause: Gmail wraps every link in a Google redirect URL (https://www.google.com/url?q=https://actual-site.com ). The hover tooltip was scanning the wrapped redirect URL and caching it under that key. The popup was scanning the Gmail tab URL (mail.google.com) — a completely different thing — so the two results never matched.

    What was fixed:
    1. URL unwrapping — All three scripts (content.js, background.js, popup.js) now extract the real destination URL from known redirect wrappers before scanning. Supported wrappers:
    Google: google.com/url?q= and links.google.com
    Microsoft SafeLinks: safelinks.protection.outlook.com?url=
    Facebook: l.facebook.com/l.php?u=
    Mailchimp click tracking
    Generic: any ?url=, ?redirect=, ?to=, ?dest= parameters
    1. Webmail-aware popup — When the popup is opened on a webmail tab (Gmail, Outlook, Yahoo Mail, ProtonMail, Fastmail), it now scans the last link you hovered in that email, not the tab URL. The content script reports the hovered link URL to the background, and the popup retrieves it.
    2. Consistent cache keys — Both the hover tooltip and the popup now look up and store results under the same unwrapped URL, so the hover cache hit works correctly in the popup.

    Behaviour in Gmail:
    Hover over a link → tooltip shows the score for the real destination site
    Click the extension icon → popup shows the same score for the same real destination site, then updates with the full scan result
    If you open the popup without having hovered a link first → a prompt appears: "Hover over a link in the email to scan it, then click the extension icon"

    Source code released under All Rights Reserved

    Download file
  • Version 1.1.0

    Released Jun 2, 2026 - 19.87 KB
    Works with firefox 109.0 and later
    The popup now shows an instant preliminary score when you've recently hovered over a link on the page, then updates to the full accurate result automatically. This eliminates the score discrepancy between the hover badge and the popup report.

    Source code released under All Rights Reserved

    Download file
  • Version 1.0.9

    Released Jun 2, 2026 - 19.45 KB
    Works with firefox 109.0 and later
    Significantly reduced hover tooltip latency. The safety badge now appears in under 1 second on first hover, and instantly on repeat visits to the same site. Achieved by using a dedicated lightweight scan path for hover checks.

    Source code released under All Rights Reserved

    Download file
  • Version 1.0.8

    Released Jun 2, 2026 - 19.28 KB
    Works with firefox 109.0 and later
    Fixed the toolbar icon always showing a grey question mark regardless of scan result. The icon badge now correctly displays a green checkmark for Safe, amber exclamation for Suspicious, and red X for Dangerous sites.

    Source code released under All Rights Reserved

    Download file
  • Version 1.0.7

    Released May 31, 2026 - 19.27 KB
    Works with firefox 109.0 and later
    Fixed hover badge not showing the correct colour — the safety circle now correctly displays green for Safe, amber for Suspicious, and red for Dangerous. Fixed the popup verdict label showing "Unknown" instead of the correct rating. The "Full Report" button now opens directly to the detailed scan results page on unsitely.com. Updated check labels to use generic names for improved compliance.

    Source code released under All Rights Reserved

    Download file
  • Version 1.0.5

    Released May 29, 2026 - 19.25 KB
    Works with firefox 109.0 and later
    v1.0.5 — Hover tooltip fix
    Fixed the link hover safety badge not displaying the correct color. The circle now correctly shows green for Safe, amber for Suspicious, and red for Dangerous sites. Previously all results appeared gray regardless of the safety rating.

    Source code released under All Rights Reserved

    Download file
  • Version 1.0.4

    Released May 28, 2026 - 19.2 KB
    Works with firefox 109.0 and later
    Version 1.0.4 — Release Notes:
    This update resolves a packaging issue that prevented the initial submission from installing correctly, and includes several improvements to the extension's core functionality.

    Bug fixes:
    Fixed a packaging structure issue that caused the "appears to be corrupt" installation error on Firefox — manifest.json is now correctly placed at the root of the archive
    Removed browser_specific_settings fields that were causing manifest parsing conflicts on some Firefox versions

    Improvements:
    Hover-over link scanning now triggers more reliably on dynamically loaded pages (single-page apps, infinite scroll feeds)
    Trust score badge on hovered links now respects the user's preferred color scheme (dark/light mode)
    Popup loads faster on first open after browser restart

    Permissions:
    No permission changes from the previous submission. The extension uses only activeTab, storage, and tabs.

    Source code released under All Rights Reserved

    Download file
  • Version 1.0.0

    Released May 25, 2026 - 33.11 KB
    Works with firefox 128.0 and later

    Source code released under All Rights Reserved

    Download file
Go to Mozilla's homepage

Add-ons

  • About
  • Firefox Add-ons Blog
  • Extension Workshop
  • Developer Hub
  • Developer Policies
  • Community Blog
  • Forum
  • Report a bug
  • Review Guide

Browsers

  • Desktop
  • Mobile
  • Enterprise

Products

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacy
  • Cookies
  • Legal

Except where otherwise noted, content on this site is licensed under the Creative Commons Attribution Share-Alike License v3.0 or any later version.