-
Notifications
You must be signed in to change notification settings - Fork 968
Closed
Description
URL(s) where the issue occurs
https://soft98.ir
https://soft98.ir/software/office/365-notepad.html
Describe the issue
Anti adblock popup
Also, it disables the links
Screenshot(s)
1. https://gcdn.pbrd.co/images/HvR7w52.png
Popup showing you have adblock turned on and asks you to disable it.
2. https://gcdn.pbrd.co/images/HvRvgUd.png
A picture of download section of second URL (links inside the page are not working as long as it detects adblock)
3. https://gcdn.pbrd.co/images/HvRvlOG.png
A picture of download section of 2nd URL in case it detect javascript is blocked. (all links are gone and it asks you to turn on javascript)
Versions
- Browser/version: Chrome 67.0.3396.99
- uBlock Origin version: 1.16.14
Settings
using following filter list which blocks ##*[id^="adx"], ##*[class^="adx"], ##a[href*="&utm_medium=banner&utm_campaign="]>img and ##*[href*="account.zula.ir/pages/new-iran?utm_source"]>img
Filter list: http://mynext.pro/BLF.txt
Notes
Issue is loaded from soft98.ir/templates/soft98_default/js/jquery.min.js and mainly following part:
function(e) {
! function(t) {
var n = $(".adx");
n.on("contextmenu mousedown", function(e) {
e.preventDefault()
});
var i = 'جهت مشاهده لینک، افزونه حذف تبلیغات را غیرفعال و بعد <a class="tooltip-link" href="#" onclick="location.reload();return false;">بارگذاری مجدد</a> کنید.';
n.each(function() {
if ($(this).is(":hidden")) return t(i, e.length.long, "lg").show(), $("#main").find(".download-list-link, .card-title-link, .card-footer .btn-success").each(function() {
var e = $(this);
e.attr("href", "#"), e.click(function(e) {
e.preventDefault()
}), e.attr({
title: i,
"data-toggle": "tooltip",
"data-size": "lg",
"data-trigger": "click",
"data-html": !0,
"data-placement": "left"
})
}), !1
})
}(e.toast)
}(application),
I tried with soft98.ir##script:inject(abort-on-property-read.js, $, n) but it shows picture 3, linked above.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels