Remove ilManifesto.it (fix obsolete)
This commit is contained in:
parent
ef80a04a7e
commit
f912b12621
@ -530,7 +530,6 @@ Grouped in options:\
|
||||
[Huffingtonpost.it](https://www.huffingtonpost.it) -
|
||||
[Il Fatto Quotidiano](https://www.ilfattoquotidiano.it) -
|
||||
[Il Foglio](https://www.ilfoglio.it) -
|
||||
[Il Manifesto](https://ilmanifesto.it) -
|
||||
[Il Secolo XIX](https://www.ilsecoloxix.it) -
|
||||
[Internazionale](https://www.internazionale.it) -
|
||||
[Italian.tech](https://www.italian.tech) -
|
||||
|
@ -8,6 +8,7 @@ Add Gym Climber
|
||||
Add Peloton
|
||||
Add Podium Runner
|
||||
Add Rock and Ice
|
||||
Remove ilManifesto.it (fix obsolete)
|
||||
Fix El Pais (amp/video)
|
||||
Fix Fortune (magazine)
|
||||
Fix The Spectator UK (amp-redirect)
|
||||
|
@ -2701,7 +2701,7 @@ else if (matchDomain('foreignpolicy.com')) {
|
||||
|
||||
else if (matchDomain('fortune.com')) {
|
||||
let paywall = document.querySelector('.paywall');
|
||||
if (window.location.pathname.endsWith('/amp/')) {
|
||||
if (window.location.pathname.match(/\/amp(\/)?/)) {
|
||||
amp_unhide_access_hide('="NOT p.showRegWall AND NOT p.showPayWall"', '', '[class^="amp-ad"]');
|
||||
removeDOMElement(paywall);
|
||||
} else {
|
||||
|
@ -261,7 +261,6 @@
|
||||
"*://*.ilgazzettino.it/*",
|
||||
"*://*.ilgiorno.it/*",
|
||||
"*://*.illawarramercury.com.au/*",
|
||||
"*://*.ilmanifesto.it/*",
|
||||
"*://*.ilmattino.it/*",
|
||||
"*://*.ilmessaggero.it/*",
|
||||
"*://*.ilrestodelcarlino.it/*",
|
||||
|
4
sites.js
4
sites.js
@ -782,10 +782,6 @@ var defaultSites = {
|
||||
allow_cookies: 1,
|
||||
block_regex: /cdn\.ampproject\.org\/v\d\/amp-((sticky-)?ad|subscriptions)-.+\.js/
|
||||
},
|
||||
"Il Manifesto": {
|
||||
domain: "ilmanifesto.it",
|
||||
referer: "facebook"
|
||||
},
|
||||
"Il Messaggero (+ regional)": {
|
||||
domain: "###_it_ilmessaggero",
|
||||
group: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user