This commit is contained in:
Renan Bernordi 2025-02-08 01:10:05 -03:00
parent b7921a2a97
commit 884641e58a

View file

@ -67,6 +67,15 @@ return [
'lepoint.fr' => [
'classElementRemove' => ['paywall'],
],
'gamestar.de' => [
'classElementRemove' => ['plus-teaser'],
'classAttrRemove' => ['plus-'],
'idElementRemove' => ['commentReload']
],
'heise.de' => [
'classAttrRemove' => ['curtain__purchase-container'],
'removeElementsByTag' => ['a-gift']
],
'fortune.com' => [
'classElementRemove' => ['latest-popular-module','own','drawer-menu'],
'fetchStrategies' => 'fetchFromSelenium',