mirror of
https://github.com/manualdousuario/marreta.git
synced 2025-09-01 18:20:22 +00:00
new domain rules
This commit is contained in:
parent
ab0935cb94
commit
ccc8ee8e81
1 changed files with 9 additions and 0 deletions
|
@ -66,6 +66,15 @@ return [
|
|||
'classElementRemove' => ['leaderboard__container'],
|
||||
'fetchStrategies' => 'fetchFromSelenium',
|
||||
],
|
||||
'fortune.com' => [
|
||||
'classElementRemove' => ['leaderboard__container'],
|
||||
'fetchStrategies' => 'fetchFromSelenium',
|
||||
'excludeGlobalRules' => [
|
||||
'scriptTagRemove' => [
|
||||
'pw-'
|
||||
]
|
||||
]
|
||||
],
|
||||
'diplomatique.org.br' => [
|
||||
'idElementRemove' => ['cboxOverlay'],
|
||||
'fetchStrategies' => 'fetchFromSelenium',
|
||||
|
|
Loading…
Add table
Reference in a new issue