dhowe / AdNauseam

AdNauseam: Fight back against advertising surveillance
GNU General Public License v3.0
4.45k stars 187 forks source link

Update subscribers in manifest.json #2470

Closed mneunomne closed 7 months ago

mneunomne commented 7 months ago

It seems that our subscribers in our manifest is wrong:

https://github.com/dhowe/AdNauseam/blob/65a726dbe3adbb6a4ed01efa754f7f51fe743a35/manifest.json#L47-L57

in comparisson with:

{
      "matches": [
        "https://easylist.to/*",
        "https://*.fanboy.co.nz/*",
        "https://filterlists.com/*",
        "https://forums.lanik.us/*",
        "https://github.com/*",
        "https://*.github.io/*",
        "https://*.letsblock.it/*"
      ],
      "js": [
        "/js/scriptlets/subscriber.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
mneunomne commented 7 months ago

Implemented, closing