Skip to content

Commit 80a0bec

Browse files
committed
ajuste wp
1 parent 86be4a6 commit 80a0bec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/data/domain_rules.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,8 @@ function checkPaywall() {
619619
const headimage = document.querySelectorAll(\'div .aspect-custom\');
620620
headimage.forEach(image => { image.style.filter = \'\'; });
621621
});
622-
'
622+
',
623+
'idElementRemove' => ['wall-bottom-drawer-container']
623624
],
624625
'usatoday.com' => [
625626
'customCode' => '
@@ -706,7 +707,7 @@ function checkPaywall() {
706707
}, 1000);
707708
})
708709
'
709-
],
710+
],
710711
// Test domain
711712
'altendorfme.github.io' => [
712713
'userAgent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',

0 commit comments

Comments
 (0)