mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-04 12:00:10 +00:00
Remove Republic.ru (obsolete)
This commit is contained in:
parent
6d031939e1
commit
2ec5567d25
@ -439,9 +439,6 @@ Grouped in options:\
|
||||
[Correio da Manhã](https://www.cmjornal.pt) -
|
||||
[Observador](https://observador.pt)
|
||||
|
||||
##### Russia
|
||||
[Republic.ru](https://republic.ru)
|
||||
|
||||
##### Spain
|
||||
[ABC](https://www.abc.es) -
|
||||
[El Confidencial](https://www.elconfidencial.com) -
|
||||
|
@ -236,7 +236,6 @@ var use_google_bot_default = [
|
||||
'nzz.ch',
|
||||
'piqd.de',
|
||||
'quora.com',
|
||||
'republic.ru',
|
||||
'rhein-zeitung.de',
|
||||
'rheinpfalz.de',
|
||||
'ruhrnachrichten.de',
|
||||
|
@ -4,6 +4,7 @@ Changelog Bypass Paywalls Clean - Firefox
|
||||
Post-release
|
||||
Add Westfalen-Blatt (Germany)
|
||||
Remove Gazet van Antwerpen (obsolete)
|
||||
Remove Republic.ru (obsolete)
|
||||
Fix Boston Globe
|
||||
Fix El Periodico de Catalunya (amp)
|
||||
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')) {
|
||||
window.setTimeout(function () {
|
||||
let metering_bottompanel = document.querySelector('metering-bottompanel');
|
||||
|
@ -397,7 +397,6 @@
|
||||
"*://*.qz.com/*",
|
||||
"*://*.rechargenews.com/*",
|
||||
"*://*.repubblica.it/*",
|
||||
"*://*.republic.ru/*",
|
||||
"*://*.republicain-lorrain.fr/*",
|
||||
"*://*.reuters.com/*",
|
||||
"*://*.rhein-zeitung.de/*",
|
||||
|
1
sites.js
1
sites.js
@ -201,7 +201,6 @@ var defaultSites =
|
||||
"Quartz (free articles only)": "qz.com",
|
||||
"Quora": "quora.com",
|
||||
"Quotidiano.net (+ regional)": "###_it_quotidiano",
|
||||
"Republic.ru": "republic.ru",
|
||||
"Reuters": "reuters.com",
|
||||
"Rhein-Zeitung": "rhein-zeitung.de",
|
||||
"Rolling Stone": "rollingstone.com",
|
||||
|
Loading…
Reference in New Issue
Block a user