diff --git a/background/background.js b/background/background.js index e151b341..45c61eb5 100644 --- a/background/background.js +++ b/background/background.js @@ -80,7 +80,7 @@ if (FIREFOX) { navigatorUtil.onCommitted(webNavUsercssInstallerFF, { url: [ {pathSuffix: '.user.css'}, - {pathSuffix: '.user.css'}, + {pathSuffix: '.user.styl'}, ] }); // FF misses some about:blank iframes so we inject our content script explicitly