mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:47:47 +01:00
Add The Dallas Morning News (local USA)
This commit is contained in:
parent
adc49efef5
commit
cb0b7dd186
6 changed files with 11 additions and 3 deletions
|
@ -139,6 +139,7 @@ _* free articles only._
|
||||||
[San Francisco Chronicle](https://www.sfchronicle.com) -
|
[San Francisco Chronicle](https://www.sfchronicle.com) -
|
||||||
[Star Tribune](https://www.startribune.com) -
|
[Star Tribune](https://www.startribune.com) -
|
||||||
[The Boston Globe](https://www.bostonglobe.com) -
|
[The Boston Globe](https://www.bostonglobe.com) -
|
||||||
|
[The Dallas Morning News](https://www.dallasnews.com) -
|
||||||
[The Denver Post](https://www.denverpost.com) -
|
[The Denver Post](https://www.denverpost.com) -
|
||||||
[The Mercury News](https://www.mercurynews.com) -
|
[The Mercury News](https://www.mercurynews.com) -
|
||||||
[The Seattle Times](https://www.seattletimes.com) -
|
[The Seattle Times](https://www.seattletimes.com) -
|
||||||
|
|
|
@ -46,6 +46,7 @@ var allow_cookies_default = [
|
||||||
'clarin.com',
|
'clarin.com',
|
||||||
'cmjornal.pt',
|
'cmjornal.pt',
|
||||||
'chronicle.com',
|
'chronicle.com',
|
||||||
|
'dallasnews.com',
|
||||||
'df.cl',
|
'df.cl',
|
||||||
'dn.se',
|
'dn.se',
|
||||||
'dvhn.nl',
|
'dvhn.nl',
|
||||||
|
@ -255,6 +256,7 @@ var blockedRegexes = {
|
||||||
'clarin.com': /js\.matheranalytics\.com\//,
|
'clarin.com': /js\.matheranalytics\.com\//,
|
||||||
'cmjornal.pt': /cdn\.ampproject\.org\/v\d\/amp-(access|(sticky-)?ad)-.+\.js/,
|
'cmjornal.pt': /cdn\.ampproject\.org\/v\d\/amp-(access|(sticky-)?ad)-.+\.js/,
|
||||||
'corriere.it': /(\.tinypass\.com\/|\.rcsobjects\.it\/rcs_(cpmt|tracking-service)\/|\.corriereobjects\.it\/.+\/js\/(_paywall\.sjs|tracking\/)|\.userzoom\.com\/files\/js\/)/,
|
'corriere.it': /(\.tinypass\.com\/|\.rcsobjects\.it\/rcs_(cpmt|tracking-service)\/|\.corriereobjects\.it\/.+\/js\/(_paywall\.sjs|tracking\/)|\.userzoom\.com\/files\/js\/)/,
|
||||||
|
'dallasnews.com': /(\.blueconic\.net\/|js\.matheranalytics\.com\/)/,
|
||||||
'digiday.com': /\.tinypass\.com\//,
|
'digiday.com': /\.tinypass\.com\//,
|
||||||
'dvhn.nl': /\.evolok\.net\/.+\/authorize\//,
|
'dvhn.nl': /\.evolok\.net\/.+\/authorize\//,
|
||||||
'economist.com': /\.tinypass\.com\//,
|
'economist.com': /\.tinypass\.com\//,
|
||||||
|
|
|
@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox
|
||||||
|
|
||||||
Post-release
|
Post-release
|
||||||
Add Berliner Zeitung (Germany)
|
Add Berliner Zeitung (Germany)
|
||||||
|
Add The Dallas Morning News (local USA)
|
||||||
Add Entrepreneur
|
Add Entrepreneur
|
||||||
Fix-update The Saturday Paper
|
Fix-update The Saturday Paper
|
||||||
|
|
||||||
|
|
|
@ -110,6 +110,7 @@
|
||||||
"*://*.dailymercury.com.au/*",
|
"*://*.dailymercury.com.au/*",
|
||||||
"*://*.dailypress.com/*",
|
"*://*.dailypress.com/*",
|
||||||
"*://*.dailytelegraph.com.au/*",
|
"*://*.dailytelegraph.com.au/*",
|
||||||
|
"*://*.dallasnews.com/*",
|
||||||
"*://*.darkreading.com/*",
|
"*://*.darkreading.com/*",
|
||||||
"*://*.demorgen.be/*",
|
"*://*.demorgen.be/*",
|
||||||
"*://*.denverpost.com/*",
|
"*://*.denverpost.com/*",
|
||||||
|
@ -491,5 +492,5 @@
|
||||||
"*://*.wallkit.net/*",
|
"*://*.wallkit.net/*",
|
||||||
"*://*.wsj.net/*"
|
"*://*.wsj.net/*"
|
||||||
],
|
],
|
||||||
"version": "2.1.2.3"
|
"version": "2.1.2.4"
|
||||||
}
|
}
|
1
sites.js
1
sites.js
|
@ -224,6 +224,7 @@ var defaultSites =
|
||||||
"The Business Journals": "bizjournals.com",
|
"The Business Journals": "bizjournals.com",
|
||||||
"The Christian Science Monitor": "csmonitor.com",
|
"The Christian Science Monitor": "csmonitor.com",
|
||||||
"The Daily Beast (free articles only)": "thedailybeast.com",
|
"The Daily Beast (free articles only)": "thedailybeast.com",
|
||||||
|
"The Dallas Morning News": "dallasnews.com",
|
||||||
"The Denver Post": "denverpost.com",
|
"The Denver Post": "denverpost.com",
|
||||||
"The Diplomat": "thediplomat.com",
|
"The Diplomat": "thediplomat.com",
|
||||||
"The Economist": "economist.com",
|
"The Economist": "economist.com",
|
||||||
|
|
|
@ -8,8 +8,10 @@ versionString_new.setAttribute('style', 'font-weight: bold;');
|
||||||
var anchorEl;
|
var anchorEl;
|
||||||
|
|
||||||
const proxyurl = "https://bpc-cors-anywhere.herokuapp.com/";
|
const proxyurl = "https://bpc-cors-anywhere.herokuapp.com/";
|
||||||
const manifest_new = 'https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/raw/master/manifest.json';
|
//const manifest_new = 'https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/raw/master/manifest.json';
|
||||||
fetch(proxyurl + manifest_new, { headers: { "Content-Type": "application/json", "X-Requested-With": "XMLHttpRequest" } })
|
const manifest_new = 'https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/raw/master/manifest.json';
|
||||||
|
//fetch(proxyurl + manifest_new, { headers: { "Content-Type": "application/json", "X-Requested-With": "XMLHttpRequest" } })
|
||||||
|
fetch(manifest_new)
|
||||||
.then(response => {
|
.then(response => {
|
||||||
if (response.ok) {
|
if (response.ok) {
|
||||||
response.json().then(json => {
|
response.json().then(json => {
|
||||||
|
|
Loading…
Reference in a new issue