From 91b59f40f87d6a0778feea4a4ee65743ba2508d8 Mon Sep 17 00:00:00 2001 From: Alessio Vanni Date: Wed, 20 Feb 2019 14:12:00 +0100 Subject: Add links to eMatrix repository homepage --- js/about.js | 1 + js/asset-viewer.js | 1 + js/assets.js | 1 + js/background.js | 1 + js/browsercache.js | 1 + js/cloud-ui.js | 1 + js/contentscript-start.js | 1 + js/contentscript.js | 1 + js/cookies.js | 1 + js/dashboard-common.js | 1 + js/dashboard.js | 1 + js/hosts-files.js | 1 + js/httpsb.js | 1 + js/i18n.js | 1 + js/liquid-dict.js | 1 + js/logger-ui.js | 1 + js/logger.js | 1 + js/main-blocked.js | 1 + js/matrix.js | 1 + js/messaging.js | 1 + js/pagestats.js | 1 + js/polyfill.js | 1 + js/popup.js | 1 + js/profiler.js | 1 + js/raw-settings.js | 1 + js/settings.js | 1 + js/start.js | 1 + js/storage.js | 1 + js/tab.js | 1 + js/traffic.js | 1 + js/udom.js | 1 + js/uritools.js | 1 + js/user-rules.js | 1 + js/usersettings.js | 1 + js/utils.js | 1 + js/vapi-background.js | 1 + js/vapi-client.js | 1 + js/vapi-common.js | 1 + js/vapi-popup.js | 1 + js/xal.js | 1 + 40 files changed, 40 insertions(+) (limited to 'js') 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 */ -- cgit v1.2.3