aboutsummaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorAlessio Vanni <vannilla@firemail.cc>2019-02-20 14:12:00 +0100
committerAlessio Vanni <vannilla@firemail.cc>2019-02-20 14:12:00 +0100
commit91b59f40f87d6a0778feea4a4ee65743ba2508d8 (patch)
treeee814f0226f77089e68656793627c5ad6256322b /js
parentb3863f5c4984ae814eeb32407ae5899693b735ab (diff)
downloadematrix-91b59f40f87d6a0778feea4a4ee65743ba2508d8.tar.lz
ematrix-91b59f40f87d6a0778feea4a4ee65743ba2508d8.tar.xz
ematrix-91b59f40f87d6a0778feea4a4ee65743ba2508d8.zip
Add links to eMatrix repository homepage
Diffstat (limited to 'js')
-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
40 files changed, 40 insertions, 0 deletions
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
*/