Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

[Anti-adblock] egy.best, egybest.* #376

Open
mimo2004moh opened this issue Jul 20, 2019 · 27 comments
Open

[Anti-adblock] egy.best, egybest.* #376

mimo2004moh opened this issue Jul 20, 2019 · 27 comments

Comments

@mimo2004moh
Copy link

mimo2004moh commented Jul 20, 2019

URLs where this issue occurs (Required)

https://www.egy.best

Screenshots (Required)

first time open the site
Capture1
after 3 click on the player anti-adblock appear
Capture

Screenshot of console (Required, press F12 to open the console)

Capture3

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)

  • Operating System and Version: windows 10 x64
  • Browser and Version: firefox 68.0.1
  • Nano Adblocker Version: 1.0.0.120
  • Nano Defender Version (Optional if you are not using it): 15.0.0154

Your filter lists (Required)

none

Your custom filters (Required if you have any)

Your other extensions (Required if you have any)

@mimo2004moh
Copy link
Author

Capture135

@krystian3w
Copy link

krystian3w commented Jul 20, 2019

Duplicate of #375

@Hassene66
Copy link

same problem here

@jspenguin2017 jspenguin2017 changed the title [Anti-adblock] NEW egy.best [Anti-adblock] egy.best Jul 20, 2019
@krystian3w
Copy link

AdGuard solutions:

AdguardTeam/AdguardFilters@3f2d20f

Maybe some scriplets possible translate to "uBO resources scriplets".

@jspenguin2017
Copy link
Member

@krystian3w How's that a solution? They just commented out every filter that affect this domain.

@mimo2004moh
Copy link
Author

i think the problem is in the site they upload their movies to
this https://vidstream.top
try this movie link https://vidstream.top/v/HQBSdyQA0M/?vclid=f96d5c5ebc194c21277fabe173d03ddd4caf121e581b83791b46f385DbbbBPGxbBbIbBoFvWRYoXGAbBIBbBTPdbBbIbBAAAbrovprovRYpBvWYBIBbBlpoOBbIbBXjZepoFIuZtobFIoHyOqFbbBbw

@krystian3w
Copy link

Almost all have removed comments:

AdguardTeam/AdguardFilters@0ffb29b

Only one newtwork has changed.

@Iaycomand
Copy link

sorry if I don't get it, is there any kind of solution yet? I still see the anti ad message by Russian server.

@liamengland1
Copy link

AdGuard has scriplet solution, it cannot be implemented into uBO due to filter limitations.

@mhta26
Copy link

mhta26 commented Aug 18, 2019

Is there a solution to this problem?

@krystian3w
Copy link

krystian3w commented Aug 18, 2019

egybest.com,egybest.site,egy.best##^script:has-text(['removeCookie']):min-text-length(10000)

Maybe help on Firefox 57+ and uBO 1.20+


OK, this only block web-push.

@jspenguin2017 jspenguin2017 changed the title [Anti-adblock] egy.best [Anti-adblock] egy.best, egybest.org Aug 23, 2019
@larcn
Copy link

larcn commented Oct 2, 2019

any solution ?

@krystian3w
Copy link

Userscript?

@Iaycomand
Copy link

Userscript?

What do you mean? can you ELI5 please?

@krystian3w
Copy link

Violentmonkey / Tampermonkey with copied AdGuard script filter.

@Iaycomand
Copy link

Violentmonkey / Tampermonkey with copied AdGuard script filter.

Should I copy the green lines only from the script you provided earlier?

@jspenguin2017 jspenguin2017 changed the title [Anti-adblock] egy.best, egybest.org [Anti-adblock] egy.best, egybest.org, egybest.xyz Oct 4, 2019
@krystian3w
Copy link

krystian3w commented Oct 4, 2019

@Iaycomand:

// ==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 Ad_Onload: AdguardTeam/AdguardFilters#37004 (comment)

@AbdelrahmanHafez
Copy link

@krystian3w Adding this as a user script on Tampermonkey doesn't seem to fix the problem for me.

@liamengland1
Copy link

@AbdelrahmanHafez how are you getting to the site? When I try to visit it I get redirected to ads.

@AbdelrahmanHafez
Copy link

Try the following link: https://beta.egybest.cheap/episode/breaking-bad-season-5-ep-14/#download

@krystian3w
Copy link

krystian3w commented Dec 15, 2019

Adding this as a user script on Tampermonkey doesn't seem to fix the problem for me.

script maybe need add XHR privilege

// @grant GM_xmlhttpRequest

and no have converted:

vidstream.top#%#AG_onLoad(function() { var el = document.querySelector('p > a.bigbutton:first-child:not(._reload)'); var el1 = document.querySelector('.video-js:not(._reload)'); if(el||el1) { $('html').unbind('click'); } });,

@liamengland1
Copy link

Doesn't work, I get redirected to stremanp.com, an adserver. Maybe it depends on location (there is a geolock)? I am in US. What country are you visiting from?

@krystian3w
Copy link

krystian3w commented Dec 15, 2019

For me serve:

obraz
obraz

@liamengland1
Copy link

liamengland1 commented Dec 15, 2019

You are in Poland right @krystian3w ? So maybe only US/NA is redirected. Can you test @jspenguin2017 ?

@jspenguin2017
Copy link
Member

This one is probably going to be sticky, not worth the effort.

@jspenguin2017
Copy link
Member

Also with this test link: #376 (comment)
I get 404.

@AbdelrahmanHafez
Copy link

Ah, too bad. This is really popular in Egypt, removing ads would be a great improvement for users.

This one is probably going to be sticky, not worth the effort.

@jspenguin2017 jspenguin2017 changed the title [Anti-adblock] egy.best, egybest.org, egybest.xyz [Anti-adblock] egy.best, egybest.* Dec 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

9 participants