recognize .user.css URLs with params

fixes #428
This commit is contained in:
tophf 2018-07-12 14:21:59 +03:00
parent d5cb08011e
commit d8627f3768

View File

@ -73,7 +73,12 @@
},
{
"matches": ["<all_urls>"],
"include_globs": ["*.user.css", "*.user.styl"],
"include_globs": [
"*.user.css",
"*.user.styl",
"*.user.css\\?*",
"*.user.styl\\?*"
],
"run_at": "document_idle",
"all_frames": false,
"js": ["content/install-hook-usercss.js"]