mirror of
https://github.com/manualdousuario/marreta.git
synced 2025-04-07 22:29:09 +00:00
novas regras de dominios, issue #33
This commit is contained in:
parent
7d449b5229
commit
f09a861cd1
2 changed files with 7 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -3,7 +3,7 @@ composer.lock
|
||||||
.env
|
.env
|
||||||
app/logs/*.log
|
app/logs/*.log
|
||||||
app/cache/*.gz
|
app/cache/*.gz
|
||||||
app/cache/database/*.sql
|
app/cache/database/.sqlite
|
||||||
TODO.md
|
TODO.md
|
||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
|
|
|
@ -40,6 +40,12 @@ return [
|
||||||
'removeElementsByTag' => ['style'],
|
'removeElementsByTag' => ['style'],
|
||||||
'removeCustomAttr' => ['hidden','data-*']
|
'removeCustomAttr' => ['hidden','data-*']
|
||||||
],
|
],
|
||||||
|
'wired.com' => [
|
||||||
|
'scriptTagRemove' => ['.js'],
|
||||||
|
],
|
||||||
|
'newyorker.com' => [
|
||||||
|
'scriptTagRemove' => ['.js'],
|
||||||
|
],
|
||||||
'globo.com' => [
|
'globo.com' => [
|
||||||
'idElementRemove' => ['cookie-banner-lgpd', 'paywall-cpt', 'mc-read-more-wrapper', 'paywall-cookie-content', 'paywall-cpt'],
|
'idElementRemove' => ['cookie-banner-lgpd', 'paywall-cpt', 'mc-read-more-wrapper', 'paywall-cookie-content', 'paywall-cpt'],
|
||||||
'classElementRemove' => ['banner-lgpd', 'article-related-link__title', 'article-related-link__picture', 'paywall-denied', 'banner-subscription'],
|
'classElementRemove' => ['banner-lgpd', 'article-related-link__title', 'article-related-link__picture', 'paywall-denied', 'banner-subscription'],
|
||||||
|
|
Loading…
Add table
Reference in a new issue