aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-04-06 11:32:34 +0800
committerJesús <heckyel@hyperbola.info>2022-04-06 11:32:34 +0800
commit8107a7c06ef8fd13490887748fa31b600cf31b62 (patch)
tree082655c330c2ebbfd4b109d4e66afe4528bbd886
parent69419dfdb7587ae5b0fd69f87205f321cf94fdf4 (diff)
downloadematrix-8107a7c06ef8fd13490887748fa31b600cf31b62.tar.lz
ematrix-8107a7c06ef8fd13490887748fa31b600cf31b62.tar.xz
ematrix-8107a7c06ef8fd13490887748fa31b600cf31b62.zip
update credits
-rw-r--r--Makefile4
-rw-r--r--about.html10
-rw-r--r--asset-viewer.html4
-rw-r--r--background.html4
-rw-r--r--chrome.manifest4
-rw-r--r--cloud-ui.html4
-rw-r--r--dashboard.html4
-rw-r--r--hosts-files.html4
-rw-r--r--install.rdf58
-rw-r--r--logger-ui.html4
-rw-r--r--main-blocked.html4
-rw-r--r--popup.html4
-rw-r--r--raw-settings.html4
-rw-r--r--settings.html4
-rw-r--r--user-rules.html4
15 files changed, 74 insertions, 46 deletions
diff --git a/Makefile b/Makefile
index a78fb18..7afe002 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,8 @@
# ηMatrix - a browser extension to black/white list requests.
# Copyright (C) 2019-2020 Alessio Vanni
+# Modified 2022 by Jesus E.
+
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
@@ -16,7 +18,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://libregit.spks.xyz/heckyel/ematrix
+# Home: https://c.hgit.ga/software/ematrix.git
# 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 8253b72..07a17d3 100644
--- a/about.html
+++ b/about.html
@@ -7,6 +7,8 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2019-2020 Alessio Vanni
+ Modified 2022 by Jesus E.
+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
@@ -20,7 +22,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://libregit.spks.xyz/heckyel/ematrix
+ Home: https://c.hgit.ga/software/ematrix.git
uMatrix Home: https://github.com/gorhill/uMatrix
-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -40,9 +42,9 @@
</ul>
<h3>eMatrix links</h3>
<ul>
- <li><a href="https://libregit.spks.xyz/heckyel/ematrix/releases"><span data-i18n="aboutChangelog"></span></a></li>
- <li><a href="https://libregit.spks.xyz/heckyel/ematrix/" data-i18n="aboutCode"></a></li>
- <li><a href="https://libregit.spks.xyz/heckyel/ematrix/issues" data-i18n="aboutIssues"></a></li>
+ <li><a href="https://c.hgit.ga/software/ematrix.git/releases"><span data-i18n="aboutChangelog"></span></a></li>
+ <li><a href="https://c.hgit.ga/software/ematrix.git/" data-i18n="aboutCode"></a></li>
+ <li><a href="https://c.hgit.ga/software/ematrix.git/issues" data-i18n="aboutIssues"></a></li>
</ul>
<h3>uMatrix links</h3>
<ul>
diff --git a/asset-viewer.html b/asset-viewer.html
index eeea6d0..2fc237a 100644
--- a/asset-viewer.html
+++ b/asset-viewer.html
@@ -7,6 +7,8 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2019-2020 Alessio Vanni
+ Modified 2022 by Jesus E.
+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
@@ -20,7 +22,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://libregit.spks.xyz/heckyel/ematrix
+ Home: https://c.hgit.ga/software/ematrix.git
uMatrix Home: https://github.com/gorhill/uMatrix
-->
<meta name="viewport" content="width=device-width, initial-scale=1">
diff --git a/background.html b/background.html
index 399a33a..e7ef039 100644
--- a/background.html
+++ b/background.html
@@ -8,6 +8,8 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2019-2020 Alessio Vanni
+ Modified 2022 by Jesus E.
+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
@@ -21,7 +23,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://libregit.spks.xyz/heckyel/ematrix
+ Home: https://c.hgit.ga/software/ematrix.git
uMatrix Home: https://github.com/gorhill/uMatrix
-->
<title>ηMatrix</title>
diff --git a/chrome.manifest b/chrome.manifest
index c381fae..62b32bf 100644
--- a/chrome.manifest
+++ b/chrome.manifest
@@ -3,6 +3,8 @@
# ηMatrix - a browser extension to black/white list requests.
# Copyright (C) 2019-2020 Alessio Vanni
+# Modified 2022 by Jesus E.
+
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
@@ -16,7 +18,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://libregit.spks.xyz/heckyel/ematrix
+# Home: https://c.hgit.ga/software/ematrix.git
# uMatrix Home: https://github.com/gorhill/uMatrix
content ematrix ./
diff --git a/cloud-ui.html b/cloud-ui.html
index 9672e9a..0eccded 100644
--- a/cloud-ui.html
+++ b/cloud-ui.html
@@ -7,6 +7,8 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2019-2020 Alessio Vanni
+ Modified 2022 by Jesus E.
+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
@@ -20,7 +22,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://libregit.spks.xyz/heckyel/ematrix
+ Home: https://c.hgit.ga/software/ematrix.git
uMatrix Home: https://github.com/gorhill/uMatrix
-->
<title></title>
diff --git a/dashboard.html b/dashboard.html
index 8d59e2b..5dc1b1b 100644
--- a/dashboard.html
+++ b/dashboard.html
@@ -7,6 +7,8 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2019-2020 Alessio Vanni
+ Modified 2022 by Jesus E.
+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
@@ -20,7 +22,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://libregit.spks.xyz/heckyel/ematrix
+ Home: https://c.hgit.ga/software/ematrix.git
uMatrix Home: https://github.com/gorhill/uMatrix
-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
diff --git a/hosts-files.html b/hosts-files.html
index 8b36404..3490505 100644
--- a/hosts-files.html
+++ b/hosts-files.html
@@ -7,6 +7,8 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2019-2020 Alessio Vanni
+ Modified 2022 by Jesus E.
+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
@@ -20,7 +22,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://libregit.spks.xyz/heckyel/ematrix
+ Home: https://c.hgit.ga/software/ematrix.git
uMatrix Home: https://github.com/gorhill/uMatrix
-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
diff --git a/install.rdf b/install.rdf
index 858e97e..aa68011 100644
--- a/install.rdf
+++ b/install.rdf
@@ -16,7 +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://libregit.spks.xyz/heckyel/ematrix
+ Home: https://c.hgit.ga/software/ematrix.git
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,7 +27,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://libregit.spks.xyz/heckyel/ematrix</homepageURL>
+ <homepageURL>https://c.hgit.ga/software/ematrix.git</homepageURL>
<creator>Alessio Vanni</creator>
<developer>Raymond Hill</developer>
<developer>Deathamns</developer>
@@ -43,7 +43,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
- <homepageURL>https://libregit.spks.xyz/heckyel/ematrix</homepageURL>
+ <homepageURL>https://c.hgit.ga/software/ematrix.git</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -54,7 +54,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
- <homepageURL>https://libregit.spks.xyz/heckyel/ematrix</homepageURL>
+ <homepageURL>https://c.hgit.ga/software/ematrix.git</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -65,7 +65,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
- <homepageURL>https://libregit.spks.xyz/heckyel/ematrix</homepageURL>
+ <homepageURL>https://c.hgit.ga/software/ematrix.git</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -76,7 +76,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
- <homepageURL>https://libregit.spks.xyz/heckyel/ematrix</homepageURL>
+ <homepageURL>https://c.hgit.ga/software/ematrix.git</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -87,7 +87,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
- <homepageURL>https://libregit.spks.xyz/heckyel/ematrix</homepageURL>
+ <homepageURL>https://c.hgit.ga/software/ematrix.git</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -98,7 +98,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
- <homepageURL>https://libregit.spks.xyz/heckyel/ematrix</homepageURL>
+ <homepageURL>https://c.hgit.ga/software/ematrix.git</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -109,7 +109,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
- <homepageURL>https://libregit.spks.xyz/heckyel/ematrix</homepageURL>
+ <homepageURL>https://c.hgit.ga/software/ematrix.git</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -120,7 +120,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
- <homepageURL>https://libregit.spks.xyz/heckyel/ematrix</homepageURL>
+ <homepageURL>https://c.hgit.ga/software/ematrix.git</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -131,7 +131,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
- <homepageURL>https://libregit.spks.xyz/heckyel/ematrix</homepageURL>
+ <homepageURL>https://c.hgit.ga/software/ematrix.git</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -142,7 +142,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
- <homepageURL>https://libregit.spks.xyz/heckyel/ematrix</homepageURL>
+ <homepageURL>https://c.hgit.ga/software/ematrix.git</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -153,7 +153,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
- <homepageURL>https://libregit.spks.xyz/heckyel/ematrix</homepageURL>
+ <homepageURL>https://c.hgit.ga/software/ematrix.git</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -164,7 +164,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
- <homepageURL>https://libregit.spks.xyz/heckyel/ematrix</homepageURL>
+ <homepageURL>https://c.hgit.ga/software/ematrix.git</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -175,7 +175,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
- <homepageURL>https://libregit.spks.xyz/heckyel/ematrix</homepageURL>
+ <homepageURL>https://c.hgit.ga/software/ematrix.git</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -186,7 +186,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
- <homepageURL>https://libregit.spks.xyz/heckyel/ematrix</homepageURL>
+ <homepageURL>https://c.hgit.ga/software/ematrix.git</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -197,7 +197,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
- <homepageURL>https://libregit.spks.xyz/heckyel/ematrix</homepageURL>
+ <homepageURL>https://c.hgit.ga/software/ematrix.git</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -208,7 +208,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
- <homepageURL>https://libregit.spks.xyz/heckyel/ematrix</homepageURL>
+ <homepageURL>https://c.hgit.ga/software/ematrix.git</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -219,7 +219,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
- <homepageURL>https://libregit.spks.xyz/heckyel/ematrix</homepageURL>
+ <homepageURL>https://c.hgit.ga/software/ematrix.git</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -230,7 +230,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
- <homepageURL>https://libregit.spks.xyz/heckyel/ematrix</homepageURL>
+ <homepageURL>https://c.hgit.ga/software/ematrix.git</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -241,7 +241,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
- <homepageURL>https://libregit.spks.xyz/heckyel/ematrix</homepageURL>
+ <homepageURL>https://c.hgit.ga/software/ematrix.git</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -252,7 +252,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
- <homepageURL>https://libregit.spks.xyz/heckyel/ematrix</homepageURL>
+ <homepageURL>https://c.hgit.ga/software/ematrix.git</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -263,7 +263,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
- <homepageURL>https://libregit.spks.xyz/heckyel/ematrix</homepageURL>
+ <homepageURL>https://c.hgit.ga/software/ematrix.git</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -274,7 +274,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
- <homepageURL>https://libregit.spks.xyz/heckyel/ematrix</homepageURL>
+ <homepageURL>https://c.hgit.ga/software/ematrix.git</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -285,7 +285,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
- <homepageURL>https://libregit.spks.xyz/heckyel/ematrix</homepageURL>
+ <homepageURL>https://c.hgit.ga/software/ematrix.git</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -296,7 +296,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
- <homepageURL>https://libregit.spks.xyz/heckyel/ematrix</homepageURL>
+ <homepageURL>https://c.hgit.ga/software/ematrix.git</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -307,7 +307,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
- <homepageURL>https://libregit.spks.xyz/heckyel/ematrix</homepageURL>
+ <homepageURL>https://c.hgit.ga/software/ematrix.git</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -318,7 +318,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
- <homepageURL>https://libregit.spks.xyz/heckyel/ematrix</homepageURL>
+ <homepageURL>https://c.hgit.ga/software/ematrix.git</homepageURL>
</r:Description></localized>
<localized><r:Description>
@@ -329,7 +329,7 @@
<developer>Raymond Hill</developer>
<!-- uMatrix homepageURL -->
<!-- <homepageURL>https://github.com/gorhill/uMatrix</homepageURL> -->
- <homepageURL>https://libregit.spks.xyz/heckyel/ematrix</homepageURL>
+ <homepageURL>https://c.hgit.ga/software/ematrix.git</homepageURL>
</r:Description></localized>
<!-- Iceweasel-UXP/Basilisk -->
diff --git a/logger-ui.html b/logger-ui.html
index ad52656..0dae6c5 100644
--- a/logger-ui.html
+++ b/logger-ui.html
@@ -7,6 +7,8 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2019-2020 Alessio Vanni
+ Modified 2022 by Jesus E.
+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
@@ -20,7 +22,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://libregit.spks.xyz/heckyel/ematrix
+ Home: https://c.hgit.ga/software/ematrix.git
uMatrix Home: https://github.com/gorhill/uMatrix
-->
<meta name="viewport" content="width=device-width, initial-scale=1">
diff --git a/main-blocked.html b/main-blocked.html
index cdcda12..d7b6bd9 100644
--- a/main-blocked.html
+++ b/main-blocked.html
@@ -7,6 +7,8 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2019-2020 Alessio Vanni
+ Modified 2022 by Jesus E.
+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
@@ -20,7 +22,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://libregit.spks.xyz/heckyel/ematrix
+ Home: https://c.hgit.ga/software/ematrix.git
uMatrix Home: https://github.com/gorhill/uMatrix
-->
<meta name="viewport" content="width=device-width, initial-scale=1">
diff --git a/popup.html b/popup.html
index 6eb8b6d..fca7b22 100644
--- a/popup.html
+++ b/popup.html
@@ -7,6 +7,8 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2019-2020 Alessio Vanni
+ Modified 2022 by Jesus E.
+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
@@ -20,7 +22,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://libregit.spks.xyz/heckyel/ematrix
+ Home: https://c.hgit.ga/software/ematrix.git
uMatrix Home: https://github.com/gorhill/uMatrix
-->
<meta name="viewport" content="width=device-width, initial-scale=1">
diff --git a/raw-settings.html b/raw-settings.html
index 86b3ff6..9ee8f7c 100644
--- a/raw-settings.html
+++ b/raw-settings.html
@@ -7,6 +7,8 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2019-2020 Alessio Vanni
+ Modified 2022 by Jesus E.
+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
@@ -20,7 +22,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://libregit.spks.xyz/heckyel/ematrix
+ Home: https://c.hgit.ga/software/ematrix.git
uMatrix Home: https://github.com/gorhill/uMatrix
-->
<title data-i18n="rawSettingsPageName"></title>
diff --git a/settings.html b/settings.html
index c213a27..45f88c2 100644
--- a/settings.html
+++ b/settings.html
@@ -7,6 +7,8 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2019-2020 Alessio Vanni
+ Modified 2022 by Jesus E.
+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
@@ -20,7 +22,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://libregit.spks.xyz/heckyel/ematrix
+ Home: https://c.hgit.ga/software/ematrix.git
uMatrix Home: https://github.com/gorhill/uMatrix
-->
<title>ηMatrix — Settings</title>
diff --git a/user-rules.html b/user-rules.html
index 2c8f700..3a5d7cc 100644
--- a/user-rules.html
+++ b/user-rules.html
@@ -7,6 +7,8 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2019-2020 Alessio Vanni
+ Modified 2022 by Jesus E.
+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
@@ -20,7 +22,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://libregit.spks.xyz/heckyel/ematrix
+ Home: https://c.hgit.ga/software/ematrix.git
uMatrix Home: https://github.com/gorhill/uMatrix
-->
<title>ηMatrix — Your rules</title>