Procházet zdrojové kódy

buttons are no longer attempted to be injected onto ajax pages

master
Haku před 4 roky
rodič
revize
7a8649562c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      build/manifest.json

+ 1
- 1
build/manifest.json Zobrazit soubor

@@ -16,7 +16,7 @@
"content_scripts": [
{
"matches": ["https://www.nationstates.net/*"],
"exclude_matches": ["https://forum.nationstates.net/*", "https://www.nationstates.net/template-overall=none/*"],
"exclude_matches": ["https://forum.nationstates.net/*", "https://www.nationstates.net/template-overall=none/*", "https://www.nationstates.net/page=ajax2/*"],
"run_at": "document_idle",
"js": ["scripts/buttons.js"]
},


Načítá se…
Zrušit
Uložit