We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86be4a6 commit 80a0becCopy full SHA for 80a0bec
app/data/domain_rules.php
@@ -619,7 +619,8 @@ function checkPaywall() {
619
const headimage = document.querySelectorAll(\'div .aspect-custom\');
620
headimage.forEach(image => { image.style.filter = \'\'; });
621
});
622
- '
+ ',
623
+ 'idElementRemove' => ['wall-bottom-drawer-container']
624
],
625
'usatoday.com' => [
626
'customCode' => '
@@ -706,7 +707,7 @@ function checkPaywall() {
706
707
}, 1000);
708
})
709
'
- ],
710
+ ],
711
// Test domain
712
'altendorfme.github.io' => [
713
'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