Merge pull request #307 from burlesco/add/271

Adiciona Revista Oeste
master
Caio 2020-10-31 21:53:09 -03:00 committed by GitHub
commit 5b1a80b38c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 1 deletions

View File

@ -67,6 +67,7 @@ O Burlesco funciona com os seguintes sites de notícia:
- O Estado de S. Paulo
- O Globo
- Quatro Rodas
- Revista Oeste
- Superinteressante
- UOL
- Veja

View File

@ -122,6 +122,11 @@ const BLOCKLIST = {
'https://*.abril.com.br/wp-content/plugins/abril-plugins/abril-paywall/js/paywall.js*',
]
},
revistaoeste: {
scriptBlocking: [
'*://revistaoeste.com/wp-content/uploads/custom-css-js/248859.js?v=*'
]
},
seudinheiro: {
scriptBlocking: [
'https://*.seudinheiro.com/app/themes/seudinheiro/src/js/lib/premium-home.js*',

View File

@ -91,7 +91,8 @@
"*://*.correio24horas.com.br/*",
"*://correio-static.cworks.cloud/vendor/bower_components/paywall.js/paywall.js*",
"*://*.epoca.globo.com/*",
"*://*.diariodecanoas.com.br/*"
"*://*.diariodecanoas.com.br/*",
"*://revistaoeste.com/*"
],
"applications": {

View File

@ -168,6 +168,12 @@
<span>Quatro Rodas</span>
</label>
</div>
<div>
<label>
<input type="checkbox" id="revistaoeste" checked>
<span>Revista Oeste</span>
</label>
</div>
<div>
<label>
<input type="checkbox" id="seudinheiro" checked>

View File

@ -24,6 +24,7 @@ const SITES = [
'oglobo',
'pioneiro',
'quatrorodas',
'revistaoeste',
'seudinheiro',
'superinteressante',
'uol',