mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
parent
006f4ed68f
commit
d25306f300
3 changed files with 36 additions and 0 deletions
|
@ -76,6 +76,18 @@
|
|||
],
|
||||
"run_at": "document_idle",
|
||||
"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",
|
||||
|
|
|
@ -62,6 +62,18 @@
|
|||
],
|
||||
"run_at": "document_idle",
|
||||
"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",
|
||||
|
|
|
@ -49,6 +49,18 @@
|
|||
],
|
||||
"run_at": "document_idle",
|
||||
"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",
|
||||
|
|
Loading…
Reference in a new issue