mirror of https://github.com/gorhill/uBlock.git
parent
006f4ed68f
commit
d25306f300
|
@ -76,6 +76,18 @@
|
||||||
],
|
],
|
||||||
"run_at": "document_idle",
|
"run_at": "document_idle",
|
||||||
"all_frames": false
|
"all_frames": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matches": [
|
||||||
|
"https://github.com/uBlockOrigin/*",
|
||||||
|
"https://ublockorigin.github.io/*",
|
||||||
|
"https://*.reddit.com/r/uBlockOrigin/*"
|
||||||
|
],
|
||||||
|
"js": [
|
||||||
|
"/js/scriptlets/updater.js"
|
||||||
|
],
|
||||||
|
"run_at": "document_idle",
|
||||||
|
"all_frames": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
|
|
|
@ -62,6 +62,18 @@
|
||||||
],
|
],
|
||||||
"run_at": "document_idle",
|
"run_at": "document_idle",
|
||||||
"all_frames": false
|
"all_frames": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matches": [
|
||||||
|
"https://github.com/uBlockOrigin/*",
|
||||||
|
"https://ublockorigin.github.io/*",
|
||||||
|
"https://*.reddit.com/r/uBlockOrigin/*"
|
||||||
|
],
|
||||||
|
"js": [
|
||||||
|
"/js/scriptlets/updater.js"
|
||||||
|
],
|
||||||
|
"run_at": "document_idle",
|
||||||
|
"all_frames": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
|
|
|
@ -49,6 +49,18 @@
|
||||||
],
|
],
|
||||||
"run_at": "document_idle",
|
"run_at": "document_idle",
|
||||||
"all_frames": false
|
"all_frames": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matches": [
|
||||||
|
"https://github.com/uBlockOrigin/*",
|
||||||
|
"https://ublockorigin.github.io/*",
|
||||||
|
"https://*.reddit.com/r/uBlockOrigin/*"
|
||||||
|
],
|
||||||
|
"js": [
|
||||||
|
"/js/scriptlets/updater.js"
|
||||||
|
],
|
||||||
|
"run_at": "document_idle",
|
||||||
|
"all_frames": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
|
|
Loading…
Reference in New Issue