You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 id adNotificationPopup. It also enables a secondary overlay which grays out all the page behind it, the class is class="secondaryOverlay js-general-overlay".
I tried multiple solutions by adding a custom list:
Adding ##.ad-blocker-popup, ##.secondaryOverlay and ##.js-general-overlay, won't work, the overlay won't appear again but the pop-up does
Tried adding ||investing.com/*/ad-notification-popup and ||investing.com/js/n/ad-notification-popup-1.02.min.js but neither had effect
And finally achieved it by adding investing.com##div[id^="adNotificationPopup"] for the pop up and ##.secondaryOverlay for the overlay
Could 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!
The text was updated successfully, but these errors were encountered:
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:
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.
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!
The text was updated successfully, but these errors were encountered: