aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--about.html1
-rw-r--r--asset-viewer.html1
-rw-r--r--background.html1
-rw-r--r--bootstrap.js1
-rw-r--r--chrome.manifest1
-rw-r--r--cloud-ui.html1
-rw-r--r--css/cloud-ui.css1
-rw-r--r--css/common.css1
-rw-r--r--css/dashboard-common.css1
-rw-r--r--css/dashboard.css1
-rw-r--r--css/hosts-files.css1
-rw-r--r--css/legacy-toolbar-button.css1
-rw-r--r--css/logger-ui.css1
-rw-r--r--css/popup.css1
-rw-r--r--css/raw-settings.css1
-rw-r--r--css/user-rules.css1
-rw-r--r--dashboard.html1
-rw-r--r--frameModule.js1
-rw-r--r--frameScript.js1
-rw-r--r--hosts-files.html1
-rw-r--r--install.rdf31
-rw-r--r--js/about.js1
-rw-r--r--js/asset-viewer.js1
-rw-r--r--js/assets.js1
-rw-r--r--js/background.js1
-rw-r--r--js/browsercache.js1
-rw-r--r--js/cloud-ui.js1
-rw-r--r--js/contentscript-start.js1
-rw-r--r--js/contentscript.js1
-rw-r--r--js/cookies.js1
-rw-r--r--js/dashboard-common.js1
-rw-r--r--js/dashboard.js1
-rw-r--r--js/hosts-files.js1
-rw-r--r--js/httpsb.js1
-rw-r--r--js/i18n.js1
-rw-r--r--js/liquid-dict.js1
-rw-r--r--js/logger-ui.js1
-rw-r--r--js/logger.js1
-rw-r--r--js/main-blocked.js1
-rw-r--r--js/matrix.js1
-rw-r--r--js/messaging.js1
-rw-r--r--js/pagestats.js1
-rw-r--r--js/polyfill.js1
-rw-r--r--js/popup.js1
-rw-r--r--js/profiler.js1
-rw-r--r--js/raw-settings.js1
-rw-r--r--js/settings.js1
-rw-r--r--js/start.js1
-rw-r--r--js/storage.js1
-rw-r--r--js/tab.js1
-rw-r--r--js/traffic.js1
-rw-r--r--js/udom.js1
-rw-r--r--js/uritools.js1
-rw-r--r--js/user-rules.js1
-rw-r--r--js/usersettings.js1
-rw-r--r--js/utils.js1
-rw-r--r--js/vapi-background.js1
-rw-r--r--js/vapi-client.js1
-rw-r--r--js/vapi-common.js1
-rw-r--r--js/vapi-popup.js1
-rw-r--r--js/xal.js1
-rw-r--r--logger-ui.html1
-rw-r--r--main-blocked.html1
-rw-r--r--popup.html1
-rw-r--r--raw-settings.html1
-rw-r--r--settings.html1
-rw-r--r--user-rules.html1
68 files changed, 98 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a3700a5..4c40909 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see {http://www.gnu.org/licenses/}.
+# Home: https://gitlab.com/vannilla/ematrix
# uMatrix Home: https://github.com/gorhill/uMatrix
# To build the XPI we explicitly list every file for these reasons:
diff --git a/about.html b/about.html
index 0daad72..5ee2ef0 100644
--- a/about.html
+++ b/about.html
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
-->
<html>
diff --git a/asset-viewer.html b/asset-viewer.html
index 1a3a35c..7f61905 100644
--- a/asset-viewer.html
+++ b/asset-viewer.html
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
-->
<html>
diff --git a/background.html b/background.html
index a8b61ef..2e1ec66 100644
--- a/background.html
+++ b/background.html
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
-->
<html>
diff --git a/bootstrap.js b/bootstrap.js
index 4c70ed0..6573003 100644
--- a/bootstrap.js
+++ b/bootstrap.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/chrome.manifest b/chrome.manifest
index 7e2edaf..e5c381b 100644
--- a/chrome.manifest
+++ b/chrome.manifest
@@ -16,6 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see {http://www.gnu.org/licenses/}.
+# Home: https://gitlab.com/vannilla/ematrix
# uMatrix Home: https://github.com/gorhill/uMatrix
content ematrix ./
diff --git a/cloud-ui.html b/cloud-ui.html
index e7df050..20df8ba 100644
--- a/cloud-ui.html
+++ b/cloud-ui.html
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
-->
<html>
diff --git a/css/cloud-ui.css b/css/cloud-ui.css
index 7fdf39d..856c5ab 100644
--- a/css/cloud-ui.css
+++ b/css/cloud-ui.css
@@ -16,6 +16,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/css/common.css b/css/common.css
index e36ed15..6ec859b 100644
--- a/css/common.css
+++ b/css/common.css
@@ -16,6 +16,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/css/dashboard-common.css b/css/dashboard-common.css
index a29ffa9..1023d8a 100644
--- a/css/dashboard-common.css
+++ b/css/dashboard-common.css
@@ -16,6 +16,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/css/dashboard.css b/css/dashboard.css
index 4012442..5bfb242 100644
--- a/css/dashboard.css
+++ b/css/dashboard.css
@@ -16,6 +16,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/css/hosts-files.css b/css/hosts-files.css
index 05b3cd0..45d9bb8 100644
--- a/css/hosts-files.css
+++ b/css/hosts-files.css
@@ -16,6 +16,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/css/legacy-toolbar-button.css b/css/legacy-toolbar-button.css
index 68baa41..ff5ec2b 100644
--- a/css/legacy-toolbar-button.css
+++ b/css/legacy-toolbar-button.css
@@ -16,6 +16,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/css/logger-ui.css b/css/logger-ui.css
index 2fcab4e..7220c01 100644
--- a/css/logger-ui.css
+++ b/css/logger-ui.css
@@ -16,6 +16,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/css/popup.css b/css/popup.css
index a78a0a4..32f6be8 100644
--- a/css/popup.css
+++ b/css/popup.css
@@ -16,6 +16,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/css/raw-settings.css b/css/raw-settings.css
index 48c43db..cf6751e 100644
--- a/css/raw-settings.css
+++ b/css/raw-settings.css
@@ -16,6 +16,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/css/user-rules.css b/css/user-rules.css
index a467cdc..7e8cf0b 100644
--- a/css/user-rules.css
+++ b/css/user-rules.css
@@ -16,6 +16,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/dashboard.html b/dashboard.html
index 420f4dd..9efb029 100644
--- a/dashboard.html
+++ b/dashboard.html
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
-->
<html>
diff --git a/frameModule.js b/frameModule.js
index 8af4671..3f225df 100644
--- a/frameModule.js
+++ b/frameModule.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/frameScript.js b/frameScript.js
index 9d0f41c..da8022a 100644
--- a/frameScript.js
+++ b/frameScript.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/hosts-files.html b/hosts-files.html
index 5cb3177..2cd0735 100644
--- a/hosts-files.html
+++ b/hosts-files.html
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
-->
<html>
diff --git a/install.rdf b/install.rdf
index d37565f..a12dc3e 100644
--- a/install.rdf
+++ b/install.rdf
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
-->
<r:RDF xmlns:r="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.mozilla.org/2004/em-rdf#">
@@ -27,6 +28,7 @@
<description>Point &amp; click to forbid/allow any class of requests made by your browser. Use it to block scripts, iframes, ads, facebook, etc.</description>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
+ <homepageURL>https://gitlab.com/vannilla/ematrix</homepageURL>
<creator>Alessio Vanni</creator>
<developer>Raymond Hill</developer>
<developer>Deathamns</developer>
@@ -42,6 +44,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
+ <homepageURL>https://gitlab.com/vannilla/ematrix</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -52,6 +55,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
+ <homepageURL>https://gitlab.com/vannilla/ematrix</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -62,6 +66,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
+ <homepageURL>https://gitlab.com/vannilla/ematrix</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -72,6 +77,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
+ <homepageURL>https://gitlab.com/vannilla/ematrix</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -82,6 +88,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
+ <homepageURL>https://gitlab.com/vannilla/ematrix</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -92,6 +99,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
+ <homepageURL>https://gitlab.com/vannilla/ematrix</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -102,6 +110,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
+ <homepageURL>https://gitlab.com/vannilla/ematrix</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -112,6 +121,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
+ <homepageURL>https://gitlab.com/vannilla/ematrix</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -122,6 +132,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
+ <homepageURL>https://gitlab.com/vannilla/ematrix</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -132,6 +143,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
+ <homepageURL>https://gitlab.com/vannilla/ematrix</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -142,6 +154,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
+ <homepageURL>https://gitlab.com/vannilla/ematrix</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -152,6 +165,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
+ <homepageURL>https://gitlab.com/vannilla/ematrix</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -162,6 +176,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
+ <homepageURL>https://gitlab.com/vannilla/ematrix</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -172,6 +187,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
+ <homepageURL>https://gitlab.com/vannilla/ematrix</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -182,6 +198,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
+ <homepageURL>https://gitlab.com/vannilla/ematrix</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -192,6 +209,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
+ <homepageURL>https://gitlab.com/vannilla/ematrix</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -202,6 +220,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
+ <homepageURL>https://gitlab.com/vannilla/ematrix</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -212,6 +231,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
+ <homepageURL>https://gitlab.com/vannilla/ematrix</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -222,6 +242,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
+ <homepageURL>https://gitlab.com/vannilla/ematrix</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -232,6 +253,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
+ <homepageURL>https://gitlab.com/vannilla/ematrix</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -242,6 +264,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
+ <homepageURL>https://gitlab.com/vannilla/ematrix</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -252,6 +275,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
+ <homepageURL>https://gitlab.com/vannilla/ematrix</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -262,6 +286,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
+ <homepageURL>https://gitlab.com/vannilla/ematrix</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -272,6 +297,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
+ <homepageURL>https://gitlab.com/vannilla/ematrix</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -282,6 +308,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
+ <homepageURL>https://gitlab.com/vannilla/ematrix</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -292,6 +319,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
+ <homepageURL>https://gitlab.com/vannilla/ematrix</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -302,6 +330,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
+ <homepageURL>https://gitlab.com/vannilla/ematrix</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -312,6 +341,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
+ <homepageURL>https://gitlab.com/vannilla/ematrix</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -322,6 +352,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
+ <homepageURL>https://gitlab.com/vannilla/ematrix</homepageURL>
</r:Description></localized>
<!-- Basilisk -->
diff --git a/js/about.js b/js/about.js
index acaffa3..88c6699 100644
--- a/js/about.js
+++ b/js/about.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/asset-viewer.js b/js/asset-viewer.js
index 97a1fb8..528abe4 100644
--- a/js/asset-viewer.js
+++ b/js/asset-viewer.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/assets.js b/js/assets.js
index 93a0cf1..37a691a 100644
--- a/js/assets.js
+++ b/js/assets.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/background.js b/js/background.js
index 8c8d0ea..4849caf 100644
--- a/js/background.js
+++ b/js/background.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/browsercache.js b/js/browsercache.js
index 5b02a72..be9c116 100644
--- a/js/browsercache.js
+++ b/js/browsercache.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/cloud-ui.js b/js/cloud-ui.js
index a017ae9..528ea2b 100644
--- a/js/cloud-ui.js
+++ b/js/cloud-ui.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uBlock
*/
diff --git a/js/contentscript-start.js b/js/contentscript-start.js
index c449c55..710504e 100644
--- a/js/contentscript-start.js
+++ b/js/contentscript-start.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/contentscript.js b/js/contentscript.js
index dcdd473..ae0d12c 100644
--- a/js/contentscript.js
+++ b/js/contentscript.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/cookies.js b/js/cookies.js
index 056744f..986a599 100644
--- a/js/cookies.js
+++ b/js/cookies.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/dashboard-common.js b/js/dashboard-common.js
index eecd668..21a0e8c 100644
--- a/js/dashboard-common.js
+++ b/js/dashboard-common.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/dashboard.js b/js/dashboard.js
index 5ff6ebc..af2bfb0 100644
--- a/js/dashboard.js
+++ b/js/dashboard.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/hosts-files.js b/js/hosts-files.js
index a259240..a9798c3 100644
--- a/js/hosts-files.js
+++ b/js/hosts-files.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/httpsb.js b/js/httpsb.js
index 331aa23..92be9d9 100644
--- a/js/httpsb.js
+++ b/js/httpsb.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/i18n.js b/js/i18n.js
index 5bb854c..5f92673 100644
--- a/js/i18n.js
+++ b/js/i18n.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/liquid-dict.js b/js/liquid-dict.js
index 3f3da08..f5cd547 100644
--- a/js/liquid-dict.js
+++ b/js/liquid-dict.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/logger-ui.js b/js/logger-ui.js
index a3e9d9b..1b1d343 100644
--- a/js/logger-ui.js
+++ b/js/logger-ui.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/sessbench
*/
diff --git a/js/logger.js b/js/logger.js
index 7fe56dc..ec3d11d 100644
--- a/js/logger.js
+++ b/js/logger.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uBlock
*/
diff --git a/js/main-blocked.js b/js/main-blocked.js
index cb11910..86e2b85 100644
--- a/js/main-blocked.js
+++ b/js/main-blocked.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uBlock
*/
diff --git a/js/matrix.js b/js/matrix.js
index d1abcfc..ef129da 100644
--- a/js/matrix.js
+++ b/js/matrix.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/messaging.js b/js/messaging.js
index 0a1ff4a..14f2005 100644
--- a/js/messaging.js
+++ b/js/messaging.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/pagestats.js b/js/pagestats.js
index eb9a172..a6526e6 100644
--- a/js/pagestats.js
+++ b/js/pagestats.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/polyfill.js b/js/polyfill.js
index dea7e39..51b9723 100644
--- a/js/polyfill.js
+++ b/js/polyfill.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
This file has been originally imported from:
diff --git a/js/popup.js b/js/popup.js
index 98781b4..7849cec 100644
--- a/js/popup.js
+++ b/js/popup.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/profiler.js b/js/profiler.js
index 8cd7fba..b6f05d7 100644
--- a/js/profiler.js
+++ b/js/profiler.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/raw-settings.js b/js/raw-settings.js
index 4abcd97..b7ec611 100644
--- a/js/raw-settings.js
+++ b/js/raw-settings.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uBlock
*/
diff --git a/js/settings.js b/js/settings.js
index bc11c7a..dda64e4 100644
--- a/js/settings.js
+++ b/js/settings.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/start.js b/js/start.js
index 3ebb6bd..9f88e42 100644
--- a/js/start.js
+++ b/js/start.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/storage.js b/js/storage.js
index 5440176..4ca9b4f 100644
--- a/js/storage.js
+++ b/js/storage.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/tab.js b/js/tab.js
index 91ca254..5629806 100644
--- a/js/tab.js
+++ b/js/tab.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/traffic.js b/js/traffic.js
index 1ca12cd..40b7bc7 100644
--- a/js/traffic.js
+++ b/js/traffic.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/udom.js b/js/udom.js
index 19848aa..dff5f82 100644
--- a/js/udom.js
+++ b/js/udom.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uBlock
*/
diff --git a/js/uritools.js b/js/uritools.js
index f3ca554..c298a3a 100644
--- a/js/uritools.js
+++ b/js/uritools.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/user-rules.js b/js/user-rules.js
index c9c48be..9e1c355 100644
--- a/js/user-rules.js
+++ b/js/user-rules.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/usersettings.js b/js/usersettings.js
index 13715f8..6b24f16 100644
--- a/js/usersettings.js
+++ b/js/usersettings.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/utils.js b/js/utils.js
index ccd5e88..4d20968 100644
--- a/js/utils.js
+++ b/js/utils.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/vapi-background.js b/js/vapi-background.js
index 7a49e9d..d755e43 100644
--- a/js/vapi-background.js
+++ b/js/vapi-background.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/vapi-client.js b/js/vapi-client.js
index 34a599f..20e16f9 100644
--- a/js/vapi-client.js
+++ b/js/vapi-client.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/vapi-common.js b/js/vapi-common.js
index 8ef49bd..6946a9c 100644
--- a/js/vapi-common.js
+++ b/js/vapi-common.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/vapi-popup.js b/js/vapi-popup.js
index c1fbdbb..6a3c9f5 100644
--- a/js/vapi-popup.js
+++ b/js/vapi-popup.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/xal.js b/js/xal.js
index 3cdb17d..17c98f3 100644
--- a/js/xal.js
+++ b/js/xal.js
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/logger-ui.html b/logger-ui.html
index 17780a1..16fa602 100644
--- a/logger-ui.html
+++ b/logger-ui.html
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
-->
<html>
diff --git a/main-blocked.html b/main-blocked.html
index 98a09f0..e00477b 100644
--- a/main-blocked.html
+++ b/main-blocked.html
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
-->
<html>
diff --git a/popup.html b/popup.html
index 545909a..57224af 100644
--- a/popup.html
+++ b/popup.html
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
-->
<html>
diff --git a/raw-settings.html b/raw-settings.html
index 436d8c8..5bb34e6 100644
--- a/raw-settings.html
+++ b/raw-settings.html
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
-->
<html>
diff --git a/settings.html b/settings.html
index 6747ea6..4d56b8b 100644
--- a/settings.html
+++ b/settings.html
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
-->
<html>
diff --git a/user-rules.html b/user-rules.html
index 8d6fd61..ea8280f 100644
--- a/user-rules.html
+++ b/user-rules.html
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
-->
<html>