| Index: lib/elemHideStylesheet.js |
| =================================================================== |
| --- a/lib/elemHideStylesheet.js |
| +++ b/lib/elemHideStylesheet.js |
| @@ -28,17 +28,17 @@ let {Utils} = require("utils"); |
| * @type Boolean |
| */ |
| let applied = false; |
| /** |
| * Stylesheet URL to be registered |
| * @type nsIURI |
| */ |
| -let styleURL = Utils.makeURI("about:abp-elemhidehit?css"); |
| +let styleURL = Utils.makeURI("about:abp-elemhide?css"); |
| function init() |
| { |
| port.on("getSelectors", () => ElemHide.getSelectors()); |
| apply(); |
| onShutdown.add(unapply); |