1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-09-29 08:41:11 +13:00

URL handling changes

This commit is contained in:
Deathamns 2015-01-15 13:24:35 +01:00 committed by gorhill
parent 6123cc8e15
commit 56bac7a565

View file

@ -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 = {