diff options
author | Alessio Vanni <vannilla@firemail.cc> | 2019-02-20 14:12:00 +0100 |
---|---|---|
committer | Alessio Vanni <vannilla@firemail.cc> | 2019-02-20 14:12:00 +0100 |
commit | 91b59f40f87d6a0778feea4a4ee65743ba2508d8 (patch) | |
tree | ee814f0226f77089e68656793627c5ad6256322b /js | |
parent | b3863f5c4984ae814eeb32407ae5899693b735ab (diff) | |
download | ematrix-91b59f40f87d6a0778feea4a4ee65743ba2508d8.tar.lz ematrix-91b59f40f87d6a0778feea4a4ee65743ba2508d8.tar.xz ematrix-91b59f40f87d6a0778feea4a4ee65743ba2508d8.zip |
Add links to eMatrix repository homepage
Diffstat (limited to 'js')
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 */ @@ -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 */ @@ -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 */ @@ -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 */ @@ -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 */ |