mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:37:47 +01:00
Remove Aftonbladet.se (obsolete)
This commit is contained in:
parent
516e1bce95
commit
d8001b93f5
5 changed files with 1 additions and 5 deletions
|
@ -265,7 +265,6 @@ Alma Talent sites (grouped in options) like
|
||||||
[El Periódico](https://www.elperiodico.com)
|
[El Periódico](https://www.elperiodico.com)
|
||||||
|
|
||||||
##### Sweden
|
##### Sweden
|
||||||
[Aftonbladet](https://www.aftonbladet.se) -
|
|
||||||
[Dagens Nyheter](https://www.dn.se)
|
[Dagens Nyheter](https://www.dn.se)
|
||||||
|
|
||||||
##### Switzerland
|
##### Switzerland
|
||||||
|
|
|
@ -26,7 +26,6 @@ const restrictions = {
|
||||||
// allow_cookies are completed with domains in sites.js (default allow/remove_cookies)
|
// allow_cookies are completed with domains in sites.js (default allow/remove_cookies)
|
||||||
var allow_cookies_default = [
|
var allow_cookies_default = [
|
||||||
'abc.es',
|
'abc.es',
|
||||||
'aftonbladet.se',
|
|
||||||
'belfasttelegraph.co.uk',
|
'belfasttelegraph.co.uk',
|
||||||
'bostonglobe.com',
|
'bostonglobe.com',
|
||||||
'business-standard.com',
|
'business-standard.com',
|
||||||
|
@ -134,7 +133,6 @@ var remove_cookies_select_drop = {
|
||||||
// Override User-Agent with Googlebot
|
// Override User-Agent with Googlebot
|
||||||
var use_google_bot_default = [
|
var use_google_bot_default = [
|
||||||
'abc.es',
|
'abc.es',
|
||||||
'aftonbladet.se',
|
|
||||||
'barrons.com',
|
'barrons.com',
|
||||||
'deutsche-wirtschafts-nachrichten.de',
|
'deutsche-wirtschafts-nachrichten.de',
|
||||||
'df.cl',
|
'df.cl',
|
||||||
|
|
|
@ -4,6 +4,7 @@ Changelog Bypass Paywalls Clean - Firefox
|
||||||
Post-release
|
Post-release
|
||||||
Add El Comercio, Ideal & La Voz de Cadiz (Spain)
|
Add El Comercio, Ideal & La Voz de Cadiz (Spain)
|
||||||
Add The Spectator USA
|
Add The Spectator USA
|
||||||
|
Remove Aftonbladet.se (obsolete)
|
||||||
Fix-update El Mercurio & La Segunda (mobile)
|
Fix-update El Mercurio & La Segunda (mobile)
|
||||||
Fix-update Telegraph.co.uk (amp pages)
|
Fix-update Telegraph.co.uk (amp pages)
|
||||||
Fix-update The New Yorker (embed)
|
Fix-update The New Yorker (embed)
|
||||||
|
|
|
@ -48,7 +48,6 @@
|
||||||
"*://*.adelaidenow.com.au/*",
|
"*://*.adelaidenow.com.au/*",
|
||||||
"*://*.adweek.com/*",
|
"*://*.adweek.com/*",
|
||||||
"*://*.afr.com/*",
|
"*://*.afr.com/*",
|
||||||
"*://*.aftonbladet.se/*",
|
|
||||||
"*://*.alternatives-economiques.fr/*",
|
"*://*.alternatives-economiques.fr/*",
|
||||||
"*://*.americanaffairsjournal.org/*",
|
"*://*.americanaffairsjournal.org/*",
|
||||||
"*://*.americanbanker.com/*",
|
"*://*.americanbanker.com/*",
|
||||||
|
|
1
sites.js
1
sites.js
|
@ -2,7 +2,6 @@ var defaultSites =
|
||||||
{
|
{
|
||||||
"ABC.es": "abc.es",
|
"ABC.es": "abc.es",
|
||||||
"Adweek": "adweek.com",
|
"Adweek": "adweek.com",
|
||||||
"Aftonbladet": "aftonbladet.se",
|
|
||||||
"Algemeen Dagblad (+ regional)": "ad.nl",
|
"Algemeen Dagblad (+ regional)": "ad.nl",
|
||||||
"Alma Talent (Finland)": "###_fi_alma_talent",
|
"Alma Talent (Finland)": "###_fi_alma_talent",
|
||||||
"Alternatives Economiques": "alternatives-economiques.fr",
|
"Alternatives Economiques": "alternatives-economiques.fr",
|
||||||
|
|
Loading…
Reference in a new issue