Nexo Jornal Corrigido #244

master
stackiller 2020-07-25 03:21:31 -03:00
parent 3b53f68d26
commit d66ad99790
4 changed files with 18 additions and 0 deletions

View File

@ -114,6 +114,15 @@ const INJECTION = {
});
`
},
nexo: {
url: /nexojornal\.com\.br/,
code: `
var body = document.querySelector("body");
var paywall_box = document.getElementsByClassName("PaywallBumper__wrap-container___3_kL1");
paywall_box[0].remove();
body.style.overflow = "auto"
`
},
};
chrome.storage.local.get('sites', function(result) {

View File

@ -37,6 +37,7 @@
"*://*.oglobo.globo.com/*",
"*://*.dgabc.com.br/*",
"*://*.epoca.globo.com/*",
"*://*.nexojornal.com.br/*",
"*://crusoe.com.br/*",
"*://*.em.com.br/*"
]
@ -63,6 +64,7 @@
"*://*.infoglobo.com.br/*",
"*://*.jota.info/*",
"*://www.jornalnh.com.br/*",
"*://*.nexojornal.com.br/*",
"*://www.netdeal.com.br/*",
"*://*.oglobo.globo.com/*",
"*://www.rbsonline.com.br/*",

View File

@ -126,6 +126,12 @@
<span>JOTA</span>
</label>
</div>
<div>
<label>
<input type="checkbox" id="nexo" checked>
<span>Nexo</span>
</label>
</div>
<div>
<label>
<input type="checkbox" id="nsctotal" checked>

View File

@ -17,6 +17,7 @@ const SITES = [
'jornalnh',
'jornalvs',
'jota',
'nexo',
'nsctotal',
'oestadodespaulo',
'oglobo',