Merge pull request #41 from AugustoResende/master

Adicionando UOL #40
master
Rodrigo Orem 2017-10-30 19:58:34 -02:00 committed by GitHub
commit f542a8e6b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -40,7 +40,10 @@ chrome.webRequest.onBeforeRequest.addListener(
"*://*.washingtonpost.com/*drawbridge/drawbridge.js?_*", "*://*.washingtonpost.com/*drawbridge/drawbridge.js?_*",
// O Globo, Exame, Super Interessante e Veja // O Globo, Exame, Super Interessante e Veja
"*://cdn.tinypass.com/api/tinypass.min.js" "*://cdn.tinypass.com/api/tinypass.min.js",
// UOL
"*://tm.jsuol.com.br/modules/content-gate.js"
], ],
types: ["script"] types: ["script"]
}, },

View File

@ -58,7 +58,9 @@
"*://*.washingtonpost.com/*", "*://*.washingtonpost.com/*",
"*://*.exame.abril.com.br/*", "*://*.exame.abril.com.br/*",
"*://super.abril.com.br/*", "*://super.abril.com.br/*",
"*://veja.abril.com.br/*" "*://veja.abril.com.br/*",
"*://*.uol.com.br/*",
"*://*.uol/*"
], ],
"applications": { "applications": {