Dodatki do przeglądarki Firefox
  • Rozszerzenia
  • Motywy
    • do Firefoksa
    • Słowniki i pakiety językowe
    • Inne strony
    • Dodatki na Androida
Zaloguj się
Ikona dodatku

Historia wersji dodatku FastCaptcha Auto Solver — 4 wersje

FastCaptcha Auto Solver Autor: Bijaya Kumar

Ocena: 5/5
5 gwiazdek/5
5
1
4
0
3
0
2
0
1
0
Historia wersji dodatku FastCaptcha Auto Solver — 4 wersje
  • Zachowaj ostrożność podczas używania starych wersji! Są one wyświetlane w celach testowych i historycznych.Zawsze powinno używać się najnowszej wersji dodatku.

  • Najnowsza wersja

    Wersja 1.2.2

    Data wydania: 27 cze 2026 — 39,63 KB
    Działa z: firefox 121.0 i nowsze
    ✅ Firefox-only fix done — v1.2.2
    d:\FastCaptchaWeb\fastcaptcha\fastcaptcha-firefox.zip is ready to upload. Chrome (fastcaptcha-chrome.zip) stays untouched at v1.2.1.

    🎯 What's different in Firefox v1.2.2
    Added 2 hard-reject rules at the top of scoreImage() that fire BEFORE any scoring math:

    // Rule 1: explicit refresh/reload/reset keyword in src or alt → instant reject
    if (HARD_REJECT_REGEX.test(src) || HARD_REJECT_REGEX.test(alt)) {
    return -Infinity;
    }

    // Rule 2: any .svg image → instant reject
    if (isSvgImage(src)) {
    return -Infinity;
    }
    For your specific case:

    Image Decision
    <img src="/static/media/refresh.69dd...svg" alt="refresh" ...> Rule 1 fires (src has "refresh") AND Rule 2 fires (it's .svg) → -Infinity
    <img class="captchaImg" src="data:image/jpg;base64,..." alt="captcha" ...> Passes both rules → scored normally → ~+520
    There's now no possible way for the refresh icon to win — even if my scoring logic had bugs, the hard-reject return -Infinity happens before any of it runs.

    Also bumped the positive-keyword bonus from +300 to +400 for extra margin.

    📤 Upload
    addons.mozilla.org → Developer Hub → FastCaptcha → Upload new version → fastcaptcha-firefox.zip (v1.2.2)

    Licencja kodu źródłowego: Wszelkie prawa zastrzeżone

    Pobierz Firefoksa i to rozszerzenie
    Pobierz plik
  • Poprzednie wersje

    Wersja 1.2.1

    Data wydania: 26 cze 2026 — 39,37 KB
    Działa z: firefox 121.0 i nowsze
    🔍 Key improvements
    Aspect ratio scoring — captchas are wide rectangles (2:1 to 5:1), icons are squares. This alone catches most edge cases.
    data: URL bonus — captchas often inline as base64 to avoid CDN caching, icons rarely do.
    Onclick/onmousedown attrs are now scanned — catches refresh icons that have captchaReset(...) handlers but no "refresh" in src.
    Word boundary \b in negative regex — prevents false positives (e.g., "checkbox" no longer matches "check").
    Icon-size penalty doubled — tiny images (< 50×50) lose 150 points now.

    Licencja kodu źródłowego: Wszelkie prawa zastrzeżone

    Pobierz plik
  • Wersja 1.1.0

    Data wydania: 10 kwi 2026 — 37,88 KB
    Działa z: firefox 121.0 i nowsze
    now you can use the username and password to login in the extension

    Licencja kodu źródłowego: Wszelkie prawa zastrzeżone

    Pobierz plik
  • Wersja 1.0.2

    Data wydania: 31 mar 2026 — 36,48 KB
    Działa z: firefox 121.0 i nowsze

    Licencja kodu źródłowego: Wszelkie prawa zastrzeżone

    Pobierz plik
Strona domowa Mozilli

Dodatki

  • O serwisie
  • Blog dodatków do Firefoksa
  • Warsztat rozszerzeń
  • Strefa autora
  • Zasady programistów
  • Blog społeczności
  • Forum
  • Zgłoś błąd
  • Wytyczne recenzji

Pobieranie

  • Download Firefox
  • Windows
  • macOS
  • iOS
  • Android
  • Linux
  • All

Najnowsze kompilacje

  • Nightly
  • Beta

Firefox dla firm

  • Enterprise

Społeczność

  • Connect
  • Contribute
  • Developer

Obserwuj nas

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • Prywatność
  • Ciasteczka
  • Kwestie prawne

O ile nie wskazano inaczej, treść tej strony jest dostępna na warunkach licencji Creative Commons Attribution Share-Alike w wersji 3.0 lub nowszej.