From 5818435761791c71662013d8ade0609d227ca722 Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Thu, 23 Apr 2020 21:45:47 +0200 Subject: [PATCH] Fix-update ilMessaggero.it --- LICENSE | 2 +- README.md | 6 +++--- background.js | 1 + popup.html | 5 +++-- version.js | 2 +- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index d22cfb10..15bc72f8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Adam +Copyright (c) 2019 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index a7030f3c..b040f566 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ * [License](#license) ### Installation - [Download and install the latest version](https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases/download/v1.7.0.3/bypass_paywalls_clean-1.7.0.3-an+fx.xpi)\ - Or first visit the [releases page](https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases).\ - Here you can also find a limited permissions version (custom sites not working though).\ + [Download and install the latest version](https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases/download/v1.7.0.3/bypass_paywalls_clean-1.7.0.3-an+fx.xpi) + Or first visit the [releases page](https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases). + Here you can also find a limited permissions version (custom sites not working though). Install add-on by downloading xpi-file (assets). ### List of supported websites diff --git a/background.js b/background.js index f1fa14c9..6d055097 100644 --- a/background.js +++ b/background.js @@ -162,6 +162,7 @@ var blockedRegexes = { 'gestion.pe': /gestion\.pe\/pf\/dist\/template\/gestion-noticia\/default.js/, 'haaretz.co.il': /haaretz\.co\.il\/htz\/js\/inter\.js/, 'haaretz.com': /haaretz\.com\/hdc\/web\/js\/minified\/header-scripts-int.js.+/, +'ilmessaggero.it': /(utils\.cedsdigital\.it\/js\/PaywallMeter\.js|static\.viralize\.tv\/viralize_player)/, 'inquirer.com': /.+\.tinypass\.com\/.+/, 'ladepeche.fr': /.+\.poool\.fr\/.+/, 'lastampa.it': /.+\.repstatic\.it\/minify\/sites\/lastampa\/.+\/config\.cache\.php\?name=social_js/, diff --git a/popup.html b/popup.html index d8a6efa5..86f7fdbf 100644 --- a/popup.html +++ b/popup.html @@ -4,10 +4,11 @@ -
Bypass Paywalls Clean +
Bypass Paywalls Clean
Options | +Custom | GitHub -
+
diff --git a/version.js b/version.js index 2c381488..3ccc9781 100644 --- a/version.js +++ b/version.js @@ -12,7 +12,7 @@ fetch(manifest_new) var version_new = json['version']; if (version_new > manifestData.version) { var versionString_new = document.getElementById('version_new'); - versionString_new.appendChild(document.createTextNode(' | ')); + versionString_new.appendChild(document.createTextNode(' * ')); var anchorEl = document.createElement('a'); anchorEl.text = 'New release v' + version_new; anchorEl.href = 'https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases';