-
Notifications
You must be signed in to change notification settings - Fork 28
[Anti-adblock] egy.best, egybest.* #376
Comments
Duplicate of #375 |
same problem here |
AdGuard solutions: AdguardTeam/AdguardFilters@3f2d20f Maybe some scriplets possible translate to "uBO resources scriplets". |
@krystian3w How's that a solution? They just commented out every filter that affect this domain. |
i think the problem is in the site they upload their movies to |
Almost all have removed comments: AdguardTeam/AdguardFilters@0ffb29b Only one newtwork has changed. |
sorry if I don't get it, is there any kind of solution yet? I still see the anti ad message by Russian server. |
AdGuard has scriplet solution, it cannot be implemented into uBO due to filter limitations. |
Is there a solution to this problem? |
Maybe help on Firefox 57+ and uBO 1.20+ OK, this only block web-push. |
any solution ? |
Userscript? |
What do you mean? can you ELI5 please? |
|
Should I copy the green lines only from the script you provided earlier? |
// ==UserScript==
// @name AdGuard Egy Test
// @namespace GithubNanoAdGuard
// @match *://*/*
// @grant GM_xmlhttpRequest
// @run-at document-start
// ==/UserScript==
(function() {
var b = window.setTimeout;
window.setTimeout = function(a, c) {
if (!/new Date\(\)[\s\S]*?WinMsgHtml|_AdBlock|WinMsgHtml\(decodeURIComponent/.test(a.toString())) return b(a, c)
};
})();
(function() {
var w_open = window.open,
regex = /click\.php/;
window.open = function(a, b) {
if (typeof a !== 'string' || !regex.test(a)) {
w_open(a, b);
}
};
})(); Maybe works enough fast. These need convert |
@krystian3w Adding this as a user script on Tampermonkey doesn't seem to fix the problem for me. |
@AbdelrahmanHafez how are you getting to the site? When I try to visit it I get redirected to ads. |
Try the following link: https://beta.egybest.cheap/episode/breaking-bad-season-5-ep-14/#download |
script maybe need add XHR privilege
and no have converted:
|
Doesn't work, I get redirected to |
You are in Poland right @krystian3w ? So maybe only US/NA is redirected. Can you test @jspenguin2017 ? |
This one is probably going to be sticky, not worth the effort. |
Also with this test link: #376 (comment) |
Ah, too bad. This is really popular in Egypt, removing ads would be a great improvement for users.
|
URLs where this issue occurs (Required)
https://www.egy.bestScreenshots (Required)
first time open the site
after 3 click on the player anti-adblock appear
Screenshot of console (Required, press
F12
to open the console)Describe the issue (Optional if obvious)
anti-adblock appear after trying play the movie
when i disable nano adblocker and play the movie the site open 3 popups
so the anti-adblock appear because the popups blocked by nano
Reproduction Steps (Optional if trivial)
Anything else you believe to be useful (Optional)
Environment (Required)
Your filter lists (Required)
noneYour custom filters (Required if you have any)
Your other extensions (Required if you have any)
The text was updated successfully, but these errors were encountered: