mirror of
https://github.com/manualdousuario/marreta.git
synced 2025-09-02 02:30:20 +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'],
|
'classElementRemove' => ['leaderboard__container'],
|
||||||
'fetchStrategies' => 'fetchFromSelenium',
|
'fetchStrategies' => 'fetchFromSelenium',
|
||||||
],
|
],
|
||||||
|
'fortune.com' => [
|
||||||
|
'classElementRemove' => ['leaderboard__container'],
|
||||||
|
'fetchStrategies' => 'fetchFromSelenium',
|
||||||
|
'excludeGlobalRules' => [
|
||||||
|
'scriptTagRemove' => [
|
||||||
|
'pw-'
|
||||||
|
]
|
||||||
|
]
|
||||||
|
],
|
||||||
'diplomatique.org.br' => [
|
'diplomatique.org.br' => [
|
||||||
'idElementRemove' => ['cboxOverlay'],
|
'idElementRemove' => ['cboxOverlay'],
|
||||||
'fetchStrategies' => 'fetchFromSelenium',
|
'fetchStrategies' => 'fetchFromSelenium',
|
||||||
|
|
Loading…
Add table
Reference in a new issue