Skip to content

Commit

Permalink
novas regras
Browse files Browse the repository at this point in the history
  • Loading branch information
altendorfme committed Dec 20, 2024
1 parent 857cc58 commit 11d4676
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
5 changes: 4 additions & 1 deletion TESTED_URLS.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,7 @@ https://www.washingtonpost.com/world/2024/12/03/martial-law-south-korea-explaine
https://www.npr.org/2024/12/06/nx-s1-5219927/unitedhealthcare-ceo-shooting-new-york
https://www.bloomberg.com/news/articles/2024-12-07/south-korea-impeachment-vote-drags-on-after-ruling-party-boycott?srnd=homepage-americas
https://www.leparisien.fr/politique/le-gouvernement-barnier-censure-emmanuel-macron-de-nouveau-face-a-une-impasse-05-12-2024-KNZVD5MGOJGIPEONBQEYSACOLI.php
https://www.businessinsider.com/google-unveiled-quantum-computer-chip-willow-2024-12
https://www.businessinsider.com/google-unveiled-quantum-computer-chip-willow-2024-12
https://theverge.com/2024/12/11/24318164/lord-of-the-rings-war-of-the-rohirrim-review
https://www.sabado.pt/portugal/detalhe/lider-sindical-da-psp-apanhado-numa-investigacao-da-pj
https://www.cmjornal.pt/portugal/detalhe/motorista-da-aeroporto-parque-destroi-carro-de-colecao-de-cliente-e-quer-pagar-tuta-e-meia
1 change: 1 addition & 0 deletions app/data/blocked_domains.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
'brasilenergia.com.br',
'ole.com.ar',
'adage.com',
'couriermail.com.au',
//-- Bloqueio tecnico de acesso ao conteudo
'bloomberg.com',
'sportskeeda.com',
Expand Down
14 changes: 13 additions & 1 deletion app/data/domain_rules.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@
'crs_subscriber' => '1'
]
],
'theverge.com' => [
'useSelenium' => true
],
'economist.com' => [
'cookies' => [
'ec_limit' => 'allow'
Expand Down Expand Up @@ -234,7 +237,16 @@ function checkPaywall() {
'classElementRemove' => ['zephr-backdrop', 'zephr-generic-modal'],
'excludeGlobalRules' => [
'classElementRemove' => ['premium-article'],
]
],
'useSelenium' => true
],
'cmjornal.pt' => [
'classAttrRemove' => ['bloco_bloqueio_premium'],
'useSelenium' => true
],
'sabado.pt' => [
'classElementRemove' => ['bloco_bloqueio'],
'useSelenium' => true
],
'seudinheiro.com' => [
'idElementRemove' => ['premium-paywall']
Expand Down

0 comments on commit 11d4676

Please sign in to comment.