xiMatrix

filter net requests according to source, destination and type  https://addons.mozilla.org/firefox/addon/ximatrix/
git clone https://git.ce9e.org/xiMatrix.git

commit
c462a92fe3b3a214d59262eb90917f094dcc78d1
parent
f5d03f2c24be05d65aa3eac66163d0c1e09678aa
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-08-07 07:46
close popup on reload

Diffstat

M src/popup.js 2 ++

1 files changed, 2 insertions, 0 deletions


diff --git a/src/popup.js b/src/popup.js

@@ -147,4 +147,6 @@ var loadContext = function(c) {
  147   147     });
  148   148 };
  149   149 
   -1   150 browser.webNavigation.onBeforeNavigate.addListener(window.close);
   -1   151 
  150   152 loadContext();