new domain rules

This commit is contained in:
Renan Bernordi 2025-01-18 19:15:48 -03:00
parent ab0935cb94
commit ccc8ee8e81

View file

@ -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',