parent
64d26481c3
commit
290ea9f1ee
|
@ -72,12 +72,24 @@
|
||||||
"js": ["content/install-hook-openusercss.js"]
|
"js": ["content/install-hook-openusercss.js"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matches": ["<all_urls>"],
|
"matches": [
|
||||||
"include_globs": [
|
"*://*/*.user.css",
|
||||||
"*.user.css",
|
"*://*/*.user.styl",
|
||||||
"*.user.styl",
|
|
||||||
"*.user.css\\?*",
|
"file://*/*.user.css",
|
||||||
"*.user.styl\\?*"
|
"file://*/*.user.styl",
|
||||||
|
|
||||||
|
"ftp://*/*.user.css",
|
||||||
|
"ftp://*/*.user.styl",
|
||||||
|
|
||||||
|
"*://*/*.user.css?*",
|
||||||
|
"*://*/*.user.styl?*",
|
||||||
|
|
||||||
|
"file://*/*.user.css?*",
|
||||||
|
"file://*/*.user.styl?*",
|
||||||
|
|
||||||
|
"ftp://*/*.user.css?*",
|
||||||
|
"ftp://*/*.user.styl?*"
|
||||||
],
|
],
|
||||||
"run_at": "document_idle",
|
"run_at": "document_idle",
|
||||||
"all_frames": false,
|
"all_frames": false,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user