Browse Source

URL handling changes

pull/2/head
Deathamns 10 years ago
committed by gorhill
parent
commit
56bac7a565
  1. 3
      platform/firefox/bootstrap.js

3
platform/firefox/bootstrap.js

@ -26,6 +26,9 @@
/******************************************************************************/
// Accessing the context of the background page from Console (e.g., about:addons):
// var win = Services.appShell.hiddenDOMWindow.document.querySelector('iframe[src*=ublock]').contentWindow;
let bgProcess;
const hostName = 'ublock';
const restartListener = {

Loading…
Cancel
Save