From 7c5cf28c334a1e8c0cc72f8635c0bbe006c17235 Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 9 Apr 2015 07:15:14 -0400 Subject: [PATCH] this fixes https://github.com/chrisaljoudi/uBlock/issues/1219 for Firefox --- platform/firefox/vapi-background.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index 0b04d43..92a1dae 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -44,7 +44,7 @@ vAPI.fennec = Services.appinfo.ID === '{aa3c5121-dab2-40e2-81ca-7ea25febc110}'; /******************************************************************************/ vAPI.app = { - name: 'uBlock', + name: 'uBlockâ‚€', version: location.hash.slice(1) }; @@ -1858,7 +1858,7 @@ vAPI.contextMenu.remove = function() { /******************************************************************************/ var optionsObserver = { - addonId: '{2b10c1c8-a11f-4bad-fe9c-1c11e82cac42}', + addonId: 'uBlock0@raymondhill.net', register: function() { Services.obs.addObserver(this, 'addon-options-displayed', false);