mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-13 19:11:59 +00:00
Fix-update ilMessaggero.it
This commit is contained in:
parent
78d94cc6a5
commit
5818435761
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2019 Adam
|
Copyright (c) 2019
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -12,9 +12,9 @@
|
|||||||
* [License](#license)
|
* [License](#license)
|
||||||
|
|
||||||
### Installation
|
### 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)\
|
[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).\
|
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).\
|
Here you can also find a limited permissions version (custom sites not working though).
|
||||||
Install add-on by downloading xpi-file (assets).
|
Install add-on by downloading xpi-file (assets).
|
||||||
|
|
||||||
### List of supported websites
|
### List of supported websites
|
||||||
|
@ -162,6 +162,7 @@ var blockedRegexes = {
|
|||||||
'gestion.pe': /gestion\.pe\/pf\/dist\/template\/gestion-noticia\/default.js/,
|
'gestion.pe': /gestion\.pe\/pf\/dist\/template\/gestion-noticia\/default.js/,
|
||||||
'haaretz.co.il': /haaretz\.co\.il\/htz\/js\/inter\.js/,
|
'haaretz.co.il': /haaretz\.co\.il\/htz\/js\/inter\.js/,
|
||||||
'haaretz.com': /haaretz\.com\/hdc\/web\/js\/minified\/header-scripts-int.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\/.+/,
|
'inquirer.com': /.+\.tinypass\.com\/.+/,
|
||||||
'ladepeche.fr': /.+\.poool\.fr\/.+/,
|
'ladepeche.fr': /.+\.poool\.fr\/.+/,
|
||||||
'lastampa.it': /.+\.repstatic\.it\/minify\/sites\/lastampa\/.+\/config\.cache\.php\?name=social_js/,
|
'lastampa.it': /.+\.repstatic\.it\/minify\/sites\/lastampa\/.+\/config\.cache\.php\?name=social_js/,
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div style="width:225px"><strong>Bypass Paywalls Clean <span id="version"></span></strong>
|
<div style="width:275px"><strong>Bypass Paywalls Clean <span id="version"></span></strong>
|
||||||
<br><a href="options.html" style="color:black">Options</a> |
|
<br><a href="options.html" style="color:black">Options</a> |
|
||||||
|
<a href="options_custom.html" style="color:black">Custom</a> |
|
||||||
<a href="https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/blob/master/README.md" style="color:black" target=”_blank”>GitHub</a>
|
<a href="https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/blob/master/README.md" style="color:black" target=”_blank”>GitHub</a>
|
||||||
<span id="version_new"></span></div>
|
<br><span id="version_new"></span></div>
|
||||||
<script src="version.js"></script>
|
<script src="version.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -12,7 +12,7 @@ fetch(manifest_new)
|
|||||||
var version_new = json['version'];
|
var version_new = json['version'];
|
||||||
if (version_new > manifestData.version) {
|
if (version_new > manifestData.version) {
|
||||||
var versionString_new = document.getElementById('version_new');
|
var versionString_new = document.getElementById('version_new');
|
||||||
versionString_new.appendChild(document.createTextNode(' | '));
|
versionString_new.appendChild(document.createTextNode(' * '));
|
||||||
var anchorEl = document.createElement('a');
|
var anchorEl = document.createElement('a');
|
||||||
anchorEl.text = 'New release v' + version_new;
|
anchorEl.text = 'New release v' + version_new;
|
||||||
anchorEl.href = 'https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases';
|
anchorEl.href = 'https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases';
|
||||||
|
Loading…
Reference in New Issue
Block a user