run webNavUsercssInstallerFF on the entire githubusercontent.com
fixes #329
This commit is contained in:
parent
76d9d32dce
commit
eabfaca08e
|
@ -61,8 +61,8 @@ chrome.runtime.onMessage.addListener(onRuntimeMessage);
|
||||||
// FF applies page CSP even to content scripts, https://bugzil.la/1267027
|
// FF applies page CSP even to content scripts, https://bugzil.la/1267027
|
||||||
chrome.webNavigation.onCommitted.addListener(webNavUsercssInstallerFF, {
|
chrome.webNavigation.onCommitted.addListener(webNavUsercssInstallerFF, {
|
||||||
url: [
|
url: [
|
||||||
{urlPrefix: 'https://raw.githubusercontent.com/', urlSuffix: '.user.css'},
|
{hostSuffix: '.githubusercontent.com', urlSuffix: '.user.css'},
|
||||||
{urlPrefix: 'https://raw.githubusercontent.com/', urlSuffix: '.user.styl'},
|
{hostSuffix: '.githubusercontent.com', urlSuffix: '.user.styl'},
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user