Suplimente pentru Firefox
  • Extensii
  • Teme
    • pentru Firefox
    • Dicționare și pachete lingvistice
    • Site-uri pentru alte browsere
    • Suplimente pentru Android
Intră în cont
Previzualizare AllOff

AllOff de fezcode

One click to switch off every advertiser consent toggle on the current page.

0 (0 revizuiri)0 (0 revizuiri)
Descarcă Firefox și obține extensia
Descarcă fișierul

Metadate extensie

Despre această extensie
A minimal Firefox/Chrome WebExtension that switches off every advertiser
consent toggle on the current page with one click.


Clicking Disable all consent toggles in the popup injects a small script
into the active tab (and every frame it has permission for). The script:
  1. Finds all enabled, checked input[role="switch"] and
    input[type="checkbox"] elements.
  2. Clicks each one so the site's own handlers run. If the click is swallowed,
    it forces the input off through the native checked setter and dispatches
    input/change events so frameworks like React notice.
  3. Repeats up to 6 passes, pausing between toggles and passes, because consent
    UIs often re-render while you interact with them.

The popup then reports how many toggles were switched off and how many are
still on.

Nothing runs in the background — the extension only acts on the page where and
when you click the button (activeTab + scripting permissions only, no host
permissions, no data collection).


Chrome / Edge
  1. Open chrome://extensions.
  2. Enable Developer mode.
  3. Click Load unpacked and select this folder.
  4. Chrome may warn about the browser_specific_settings key — that key is for
    Firefox and is safe to ignore.

Firefox (142+)
  1. Open about:debugging#/runtime/this-firefox.
  2. Click Load Temporary Add-on… and select manifest.json in this folder.
  3. Temporary add-ons are removed when Firefox restarts; reload it the same way.
  1. Open the site's consent / privacy settings page (e.g. the HBO Max consent
    dialog).
  2. Click the AllOff toolbar icon.
  3. Click Disable all consent toggles.
  4. If the page has a "Save" / "Confirm choices" button, click that yourself —
    the extension only flips the toggles.


Zip manifest.json, popup/, and icons/ with the manifest at the archive
root and forward-slash entry paths, then upload to
addons.mozilla.org. Validate first
with npx addons-linter <zip>.
  • With only activeTab, cross-origin consent iframes (some CMPs such as
    Sourcepoint host the dialog on their own domain) cannot be scripted. Frames
    on the page's own origin work.
  • Browser-internal pages (chrome://, about:, extension stores) cannot be
    scripted.
  • It flips all checkboxes/switches that are on, not just advertising ones —
    intended for use on consent pages, where that is exactly what you want.
Evaluat cu 0 de către 0 recenzori
Intră în cont pentru a evalua această extensie
Nu există încă evaluări

Evaluarea prin stele a fost salvată

5
0
4
0
3
0
2
0
1
0
Nicio recenzie încă
Permisiuni și date

Colectare de date:

  • Dezvoltatorul spune că extensia nu necesită colectarea de date.
Află mai multe
Mai multe informații
Linkurile suplimentului
  • Site pentru asistență
  • Copiază ID-ul suplimentului
Versiune
0.1.0
Mărime
29,02 KB
Ultima actualizare
4 zile în urmă (14 aug. 2026)
Categorii conexe
  • Confidențialitate și securitate
Licență
Licență MIT
Istoricul versiunilor
  • Vezi toate versiunile
Adaugă în colecție
Raportează acest supliment
Du-te pe pagina de start Mozilla

Suplimente

  • Despre
  • Blog suplimente Firefox
  • Atelier de extensii
  • Centrul dezvoltatorilor
  • Politicile dezvoltatorilor
  • Blogul comunității
  • Forum
  • Raportează o defecțiune
  • Ghid pentru recenzii

Descarcă

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

Ultimele versiuni

  • Nightly
  • Beta

Firefox pentru afaceri

  • Enterprise

Comunitate

  • Connect
  • Contribute
  • Developer

Urmărește

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • Confidențialitate
  • Cookie-uri
  • Mențiuni legale

Cu excepția cazurilor când se specifică altfel, conținutul de pe acest site este licențiat sub licența Creative Commons cu atribuire și distribuire în condiții identice v3.0 sau orice versiune ulterioară.