Open JuanMiguelPR opened 1 year ago
Hi. The webpage was updated, so adding investing.com##div[id^="adNotificationPopup"]
does not work anymore.
The guys from uBlockOrigin solved the current adblock popup by adding the next filters:
investing.com##+js(set, adNotificationDetected, false)
investing.com##[class*="notification_notification"]
investing.com##div[class] > .ad-blockers-section:upward(1)
They told me they won't work with this list due to differences in the syntax. Could you help me to add these filters with the correct syntax for EasyList? Or understanding it to be able to contribute more.
Thanks
Closed the issue by mistake.
Hi, I'm using the ad blocker intergrated to Opera GX and it's detected by
investing.com
.The javascript that detects the ad blocker creates the pop-up of class name
class="ad-blocker-popup"
and idadNotificationPopup
. It also enables a secondary overlay which grays out all the page behind it, the class isclass="secondaryOverlay js-general-overlay"
.I tried multiple solutions by adding a custom list:
##.ad-blocker-popup
,##.secondaryOverlay
and##.js-general-overlay
, won't work, the overlay won't appear again but the pop-up does||investing.com/*/ad-notification-popup
and||investing.com/js/n/ad-notification-popup-1.02.min.js
but neither had effectinvesting.com##div[id^="adNotificationPopup"]
for the pop up and##.secondaryOverlay
for the overlayCould you help me by adding these to the filter list? Also I would like to learn more, what would be the ideal way to do it? How could the specific javascript be blocked instead of using the
<div id
?Thanks in advance!