aboutsummaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-03-15 14:16:44 -0500
committerJesús <heckyel@hyperbola.info>2020-03-15 14:16:44 -0500
commite9fcd28f353cf4d7c6cba6c7a6228ed477932412 (patch)
tree28ebce8f5e178bf5f4abe648073cc05e44b5f5fa /js
parentc00d390a288e216c05c333b19ccc007949c2f639 (diff)
downloadematrix-e9fcd28f353cf4d7c6cba6c7a6228ed477932412.tar.lz
ematrix-e9fcd28f353cf4d7c6cba6c7a6228ed477932412.tar.xz
ematrix-e9fcd28f353cf4d7c6cba6c7a6228ed477932412.zip
Update URL project
- Remove libregit.org (CloudFlare attack)
Diffstat (limited to 'js')
-rw-r--r--js/about.js2
-rw-r--r--js/asset-viewer.js2
-rw-r--r--js/assets.js2
-rw-r--r--js/background.js2
-rw-r--r--js/browsercache.js2
-rw-r--r--js/cloud-ui.js2
-rw-r--r--js/contentscript-start.js2
-rw-r--r--js/contentscript.js2
-rw-r--r--js/cookies.js2
-rw-r--r--js/dashboard-common.js2
-rw-r--r--js/dashboard.js2
-rw-r--r--js/hosts-files.js2
-rw-r--r--js/httpsb.js2
-rw-r--r--js/i18n.js2
-rw-r--r--js/liquid-dict.js2
-rw-r--r--js/logger-ui.js2
-rw-r--r--js/logger.js2
-rw-r--r--js/main-blocked.js2
-rw-r--r--js/matrix.js2
-rw-r--r--js/messaging.js2
-rw-r--r--js/pagestats.js2
-rw-r--r--js/polyfill.js2
-rw-r--r--js/popup.js2
-rw-r--r--js/profiler.js2
-rw-r--r--js/raw-settings.js2
-rw-r--r--js/settings.js2
-rw-r--r--js/start.js2
-rw-r--r--js/storage.js2
-rw-r--r--js/tab.js2
-rw-r--r--js/traffic.js2
-rw-r--r--js/udom.js2
-rw-r--r--js/uritools.js2
-rw-r--r--js/user-rules.js2
-rw-r--r--js/usersettings.js2
-rw-r--r--js/utils.js2
-rw-r--r--js/vapi-background.js2
-rw-r--r--js/vapi-browser.js2
-rw-r--r--js/vapi-client.js2
-rw-r--r--js/vapi-cloud.js2
-rw-r--r--js/vapi-common.js2
-rw-r--r--js/vapi-contextmenu.js2
-rw-r--r--js/vapi-cookies.js2
-rw-r--r--js/vapi-core.js2
-rw-r--r--js/vapi-messaging.js2
-rw-r--r--js/vapi-net.js2
-rw-r--r--js/vapi-popup.js2
-rw-r--r--js/vapi-storage.js2
-rw-r--r--js/vapi-tabs.js2
-rw-r--r--js/vapi-window.js2
-rw-r--r--js/xal.js2
50 files changed, 50 insertions, 50 deletions
diff --git a/js/about.js b/js/about.js
index f4d63fc..17ff741 100644
--- a/js/about.js
+++ b/js/about.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/asset-viewer.js b/js/asset-viewer.js
index d78cffc..8998892 100644
--- a/js/asset-viewer.js
+++ b/js/asset-viewer.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/assets.js b/js/assets.js
index 146de0f..82b08a5 100644
--- a/js/assets.js
+++ b/js/assets.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/background.js b/js/background.js
index 0db8cc6..842900a 100644
--- a/js/background.js
+++ b/js/background.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/browsercache.js b/js/browsercache.js
index 2eca33c..496d2d2 100644
--- a/js/browsercache.js
+++ b/js/browsercache.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/cloud-ui.js b/js/cloud-ui.js
index a52e11b..6d5e875 100644
--- a/js/cloud-ui.js
+++ b/js/cloud-ui.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uBlock
*/
diff --git a/js/contentscript-start.js b/js/contentscript-start.js
index ab55456..4680e8c 100644
--- a/js/contentscript-start.js
+++ b/js/contentscript-start.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/contentscript.js b/js/contentscript.js
index ef37923..21fbcf1 100644
--- a/js/contentscript.js
+++ b/js/contentscript.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/cookies.js b/js/cookies.js
index 13bbf74..217468b 100644
--- a/js/cookies.js
+++ b/js/cookies.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/dashboard-common.js b/js/dashboard-common.js
index 0dd25a7..677a3f3 100644
--- a/js/dashboard-common.js
+++ b/js/dashboard-common.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/dashboard.js b/js/dashboard.js
index 6e75f6f..8e565f6 100644
--- a/js/dashboard.js
+++ b/js/dashboard.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/hosts-files.js b/js/hosts-files.js
index 5afaafa..b2f19f6 100644
--- a/js/hosts-files.js
+++ b/js/hosts-files.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/httpsb.js b/js/httpsb.js
index ed97c4c..be487d5 100644
--- a/js/httpsb.js
+++ b/js/httpsb.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/i18n.js b/js/i18n.js
index 1225f3b..1c8945f 100644
--- a/js/i18n.js
+++ b/js/i18n.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/liquid-dict.js b/js/liquid-dict.js
index dcc73c8..8a03d7a 100644
--- a/js/liquid-dict.js
+++ b/js/liquid-dict.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/logger-ui.js b/js/logger-ui.js
index d075ac6..8f4ffbf 100644
--- a/js/logger-ui.js
+++ b/js/logger-ui.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/sessbench
*/
diff --git a/js/logger.js b/js/logger.js
index 7cf85e7..a602d91 100644
--- a/js/logger.js
+++ b/js/logger.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uBlock
*/
diff --git a/js/main-blocked.js b/js/main-blocked.js
index 5a045f2..c77dcec 100644
--- a/js/main-blocked.js
+++ b/js/main-blocked.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uBlock
*/
diff --git a/js/matrix.js b/js/matrix.js
index 745055b..fc0c90d 100644
--- a/js/matrix.js
+++ b/js/matrix.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/messaging.js b/js/messaging.js
index 6cda29b..5b0c837 100644
--- a/js/messaging.js
+++ b/js/messaging.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/pagestats.js b/js/pagestats.js
index ac3bf44..2851df6 100644
--- a/js/pagestats.js
+++ b/js/pagestats.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/polyfill.js b/js/polyfill.js
index ca91858..27f2984 100644
--- a/js/polyfill.js
+++ b/js/polyfill.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/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 de47e2b..d750997 100644
--- a/js/popup.js
+++ b/js/popup.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/profiler.js b/js/profiler.js
index fc34c54..7406e92 100644
--- a/js/profiler.js
+++ b/js/profiler.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/raw-settings.js b/js/raw-settings.js
index 2f7ffa6..5940188 100644
--- a/js/raw-settings.js
+++ b/js/raw-settings.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uBlock
*/
diff --git a/js/settings.js b/js/settings.js
index 10cc256..5694b83 100644
--- a/js/settings.js
+++ b/js/settings.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/start.js b/js/start.js
index 28876d1..a830425 100644
--- a/js/start.js
+++ b/js/start.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/storage.js b/js/storage.js
index dbdf5b5..469ee7e 100644
--- a/js/storage.js
+++ b/js/storage.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/tab.js b/js/tab.js
index 0ce0e1e..a01eecf 100644
--- a/js/tab.js
+++ b/js/tab.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/traffic.js b/js/traffic.js
index 75fb1a4..0c71f85 100644
--- a/js/traffic.js
+++ b/js/traffic.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/udom.js b/js/udom.js
index 494a621..42ef54d 100644
--- a/js/udom.js
+++ b/js/udom.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uBlock
*/
diff --git a/js/uritools.js b/js/uritools.js
index 38d1403..770d54a 100644
--- a/js/uritools.js
+++ b/js/uritools.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/user-rules.js b/js/user-rules.js
index c660636..ccd15c2 100644
--- a/js/user-rules.js
+++ b/js/user-rules.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/usersettings.js b/js/usersettings.js
index 54dca16..2dffa5e 100644
--- a/js/usersettings.js
+++ b/js/usersettings.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/utils.js b/js/utils.js
index 4ca2c10..be6ed9c 100644
--- a/js/utils.js
+++ b/js/utils.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/vapi-background.js b/js/vapi-background.js
index 9611072..ff64178 100644
--- a/js/vapi-background.js
+++ b/js/vapi-background.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/vapi-browser.js b/js/vapi-browser.js
index 8be7cbf..48474f9 100644
--- a/js/vapi-browser.js
+++ b/js/vapi-browser.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/vapi-client.js b/js/vapi-client.js
index ff76e73..40598b8 100644
--- a/js/vapi-client.js
+++ b/js/vapi-client.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/vapi-cloud.js b/js/vapi-cloud.js
index 891a1d7..70d7907 100644
--- a/js/vapi-cloud.js
+++ b/js/vapi-cloud.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/vapi-common.js b/js/vapi-common.js
index 3eb5739..db48206 100644
--- a/js/vapi-common.js
+++ b/js/vapi-common.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/vapi-contextmenu.js b/js/vapi-contextmenu.js
index 674f94b..271e30b 100644
--- a/js/vapi-contextmenu.js
+++ b/js/vapi-contextmenu.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/vapi-cookies.js b/js/vapi-cookies.js
index 92defc5..c694b8d 100644
--- a/js/vapi-cookies.js
+++ b/js/vapi-cookies.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/vapi-core.js b/js/vapi-core.js
index 65cb05e..5d33a60 100644
--- a/js/vapi-core.js
+++ b/js/vapi-core.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/vapi-messaging.js b/js/vapi-messaging.js
index 5551c79..afc18a1 100644
--- a/js/vapi-messaging.js
+++ b/js/vapi-messaging.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/vapi-net.js b/js/vapi-net.js
index 18da373..41cbc4f 100644
--- a/js/vapi-net.js
+++ b/js/vapi-net.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/vapi-popup.js b/js/vapi-popup.js
index 2c837b5..0859e81 100644
--- a/js/vapi-popup.js
+++ b/js/vapi-popup.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/vapi-storage.js b/js/vapi-storage.js
index 7b45ef1..8e46b90 100644
--- a/js/vapi-storage.js
+++ b/js/vapi-storage.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/vapi-tabs.js b/js/vapi-tabs.js
index 911740d..02c3644 100644
--- a/js/vapi-tabs.js
+++ b/js/vapi-tabs.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/vapi-window.js b/js/vapi-window.js
index ca7f1db..9e35db8 100644
--- a/js/vapi-window.js
+++ b/js/vapi-window.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
diff --git a/js/xal.js b/js/xal.js
index 41885e7..ffbd21a 100644
--- a/js/xal.js
+++ b/js/xal.js
@@ -17,7 +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://libregit.org/heckyel/ematrix
+ Home: https://libregit.spks.xyz/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/