Remove Republic.ru (obsolete)
This commit is contained in:
parent
d215a672df
commit
d4b206268a
@ -469,9 +469,6 @@ Grouped in options:\
|
|||||||
[Correio da Manhã](https://www.cmjornal.pt) -
|
[Correio da Manhã](https://www.cmjornal.pt) -
|
||||||
[Observador](https://observador.pt)
|
[Observador](https://observador.pt)
|
||||||
|
|
||||||
##### Russia
|
|
||||||
[Republic.ru](https://republic.ru)
|
|
||||||
|
|
||||||
##### Spain
|
##### Spain
|
||||||
[ABC](https://www.abc.es) -
|
[ABC](https://www.abc.es) -
|
||||||
[El Confidencial](https://www.elconfidencial.com) -
|
[El Confidencial](https://www.elconfidencial.com) -
|
||||||
|
@ -236,7 +236,6 @@ var use_google_bot_default = [
|
|||||||
'nzz.ch',
|
'nzz.ch',
|
||||||
'piqd.de',
|
'piqd.de',
|
||||||
'quora.com',
|
'quora.com',
|
||||||
'republic.ru',
|
|
||||||
'rhein-zeitung.de',
|
'rhein-zeitung.de',
|
||||||
'rheinpfalz.de',
|
'rheinpfalz.de',
|
||||||
'ruhrnachrichten.de',
|
'ruhrnachrichten.de',
|
||||||
|
@ -4,6 +4,7 @@ Changelog Bypass Paywalls Clean - Chrome
|
|||||||
Post-release
|
Post-release
|
||||||
Add Westfalen-Blatt (Germany)
|
Add Westfalen-Blatt (Germany)
|
||||||
Remove Gazet van Antwerpen (obsolete)
|
Remove Gazet van Antwerpen (obsolete)
|
||||||
|
Remove Republic.ru (obsolete)
|
||||||
Fix Boston Globe
|
Fix Boston Globe
|
||||||
Fix El Periodico de Catalunya (amp)
|
Fix El Periodico de Catalunya (amp)
|
||||||
Fix Foreign Affairs (timing)
|
Fix Foreign Affairs (timing)
|
||||||
|
@ -2312,12 +2312,6 @@ else if (matchDomain('qz.com')) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (matchDomain('republic.ru')) {
|
|
||||||
let paywall = document.querySelector('.paywall-section');
|
|
||||||
removeDOMElement(paywall);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
else if (matchDomain('sandiegouniontribune.com')) {
|
else if (matchDomain('sandiegouniontribune.com')) {
|
||||||
window.setTimeout(function () {
|
window.setTimeout(function () {
|
||||||
let metering_bottompanel = document.querySelector('metering-bottompanel');
|
let metering_bottompanel = document.querySelector('metering-bottompanel');
|
||||||
|
@ -385,7 +385,6 @@
|
|||||||
"*://*.qz.com/*",
|
"*://*.qz.com/*",
|
||||||
"*://*.rechargenews.com/*",
|
"*://*.rechargenews.com/*",
|
||||||
"*://*.repubblica.it/*",
|
"*://*.repubblica.it/*",
|
||||||
"*://*.republic.ru/*",
|
|
||||||
"*://*.republicain-lorrain.fr/*",
|
"*://*.republicain-lorrain.fr/*",
|
||||||
"*://*.reuters.com/*",
|
"*://*.reuters.com/*",
|
||||||
"*://*.rhein-zeitung.de/*",
|
"*://*.rhein-zeitung.de/*",
|
||||||
|
1
sites.js
1
sites.js
@ -201,7 +201,6 @@ var defaultSites =
|
|||||||
"Quartz (free articles only)": "qz.com",
|
"Quartz (free articles only)": "qz.com",
|
||||||
"Quora": "quora.com",
|
"Quora": "quora.com",
|
||||||
"Quotidiano.net (+ regional)": "###_it_quotidiano",
|
"Quotidiano.net (+ regional)": "###_it_quotidiano",
|
||||||
"Republic.ru": "republic.ru",
|
|
||||||
"Reuters": "reuters.com",
|
"Reuters": "reuters.com",
|
||||||
"Rhein-Zeitung": "rhein-zeitung.de",
|
"Rhein-Zeitung": "rhein-zeitung.de",
|
||||||
"Rolling Stone": "rollingstone.com",
|
"Rolling Stone": "rollingstone.com",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user