mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 03:31:57 +01:00
Add Tampa Bay Times (local USA)
This commit is contained in:
parent
09b758a12e
commit
69064c0ad0
5 changed files with 6 additions and 0 deletions
|
@ -169,6 +169,7 @@ Grouped in options:\
|
|||
[San Diego Union Tribune](https://www.sandiegouniontribune.com) -
|
||||
[San Francisco Chronicle](https://www.sfchronicle.com) -
|
||||
[Star Tribune](https://www.startribune.com) -
|
||||
[Tampa Bay Times](https://www.tampabay.com) -
|
||||
[The Atlanta Journal-Constitution](https://www.ajc.com) -
|
||||
[The Boston Globe](https://www.bostonglobe.com) -
|
||||
[The Dallas Morning News](https://www.dallasnews.com) -
|
||||
|
|
|
@ -151,6 +151,7 @@ var allow_cookies_default = [
|
|||
'sudouest.fr',
|
||||
'sueddeutsche.de',
|
||||
'svz.de',
|
||||
'tampabay.com',
|
||||
'techinasia.com',
|
||||
'telegraaf.nl',
|
||||
'the-american-interest.com',
|
||||
|
@ -389,6 +390,7 @@ var blockedRegexes = {
|
|||
'spectator.com.au': /\.tinypass\.com\//,
|
||||
'spectator.us': /(cdn\.cxense\.com\/|\.tinypass\.com\/)/,
|
||||
'svz.de': /cdn\.ampproject\.org\/v\d\/amp-(access|(sticky-)?ad|fx-flying-carpet)-.+\.js/,
|
||||
'tampabay.com': /(loader-cdn\.azureedge\.net\/|js\.matheranalytics\.com\/)/,
|
||||
'technologyreview.com': /\.blueconic\.net\//,
|
||||
'telegraph.co.uk': /(\.tinypass\.com\/|cdn\.ampproject\.org\/v\d\/amp-(access|ad|consent)-.+\.js|\.telegraph\.co\.uk\/.+\/piano.+\.js|assets\.adobedtm\.com\/.+\.js)/,
|
||||
'theartnewspaper.com': /\.amazonaws.com\/production-website-scripts\/bouncer\.js/,
|
||||
|
|
|
@ -4,6 +4,7 @@ Changelog Bypass Paywalls Clean - Firefox
|
|||
Post-release
|
||||
Add Aachener Zeitung (Germany)
|
||||
Add Grupo Prensa Iberica (Spain)
|
||||
Add Tampa Bay Times (local USA)
|
||||
Fix Challenges.fr (blur)
|
||||
Fix LesEchos.fr (json)
|
||||
Fix Repubblica.it & LaStampa.it (videos on Firefox)
|
||||
|
|
|
@ -441,6 +441,7 @@
|
|||
"*://*.sunshinecoastdaily.com.au/*",
|
||||
"*://*.svz.de/*",
|
||||
"*://*.talouselama.fi/*",
|
||||
"*://*.tampabay.com/*",
|
||||
"*://*.techinasia.com/*",
|
||||
"*://*.technologyreview.com/*",
|
||||
"*://*.tekniikkatalous.fi/*",
|
||||
|
|
1
sites.js
1
sites.js
|
@ -230,6 +230,7 @@ var defaultSites =
|
|||
"Study.com (no videos)": "study.com",
|
||||
"Sud Ouest": "sudouest.fr",
|
||||
"Süddeutsche Zeitung": "sueddeutsche.de",
|
||||
"Tampa Bay Times": "tampabay.com",
|
||||
"Tech in Asia": "techinasia.com",
|
||||
"Telegraaf": "telegraaf.nl",
|
||||
"The Age": "theage.com.au",
|
||||
|
|
Loading…
Reference in a new issue