https://www.egy.best/movie/avengers-endgame-2019/?ref=home-new
whenever I try to open player it shows ad-block targeted message that written in Russian and prevent me from playing the video, you will see it if you try to press the play button, also I have to click multiple times to get to this message.
The site is not dead, it has only changed domain, they may use it again as in the past https://github.com/uBlockOrigin/uAssets/issues/2280#issuecomment-512922459
Can you reproduce any of the issues on the new sites ? for example:
https://best.egbest2.com/
https://egy1.best/
Everything seems to work fine for me
It still detect my ublock origin
Do you mean the player?
if you are lucky, the popup window will close after 1 second, and you won't get the anti adblock message. That's the best I can do.
Do you mean the player?
if you are lucky, the popup window will close after 1 second, and you won't get the anti adblock message. That's the best I can do.
I meant the site itself it shows a directed message and hide it's content if l don't turn the extension off.
provide the link
https://www.egy.best => redirects to some crapware for me
provide the link
https://www.egy.best=> redirects to some crapware for me
Try this domain instead:
https://poly.egybest.me/
I noticed that they had changed their domian consistently.
I meant the site itself it shows a directed message and hide it's content if l don't turn the extension off.
What is that message? If I disable uBO, the page is the same
Sorry, l can't provide any screenshots at current moment, will do as soon as l get home.
poly.egybest.me redirects to http://www.greatdexchange.com/jump/next.php?r=2260331&ref=egy.best on my side
@mapx- I am using a VPN, Mexico location
Kindly try this link: https://tena.egybest.cz @mapx-
yes, indeed ... I used now a swedish vpn and I got it "working"
for example http://poly.egybest.me/movie/danger-close-2019/?ref=home-new still same crap popups / anti adb

same for egybest.cz
I don't get anti adblock message

@lain566 try this (the embedded on page)
vidstream.to/embed/9YkEIaYF5Y/?vclid=420c951a020022931494f05c2d4af159e9f8594b91668adc4181e8a9SVVVXrPYVXViVXKGTEXVBNSSXSzOpfVoaeXiXVXPQcVXViVXStGoaeSBQsVXiXVXWTSCXViVXfGjSelmYISSTHSDsSistLVXVL
3-4 clicks => popups then the anti adb msg
Yes, It is what I said before https://github.com/uBlockOrigin/uAssets/issues/6019#issuecomment-552841535
I'm lucky that the popup window closes 1 second later for me

it seems they are testing if the &ref=egy.best popups windows are opened
Probably similar to https://github.com/NanoAdblocker/NanoFilters/issues/377#issuecomment-514010862
the site became responsive and having no issue with it https://feta.egybest.cheap/ except for the russian server itself still detect the adblocker https://vidstream.to/

Need allow pop-ups or new scriplets.
Actually this issue is fixed with an uBlock-user scriptlet, I mean block popups and play the video without any anti-adblock warning, but I don't think Gorhill is going to add it.
Actually this issue is fixed with an uBlock-user scriptlet, I mean block popups and play the video without any anti-adblock warning, but I don't think Gorhill is going to add it.
You could try to propose it in the internal discussions, for now we have no other chance to fix such issues.
but .. where is fixed ? or are you saying is fixable using some scriptlet (add-iframe maybe ?)
or are you saying is fixable using some scriptlet (add-iframe maybe ?)
Yes, I wanted to say that it is fixable with that scriptlet add-iframe
with that scriptlet add-iframe
How many iframes did you had to create for the fix ?
only one
Tested with these filters, works for me
click on the player and wait for the real player to load.
vidstream.*##+js(set, open, trueFunc)
vidstream.*##+js(add-iframe, 1, id, /cv.php)
Test link
https://vidstream.kim/v/C7w7ZC6344
Speaking of add-iframe, it also fixes the aeonax.com anti-adblock issue without having to resort to creating an exception filter for googleadsyndication.com
I just hope that there's a fix within ublock origin without any additional manual scripts? unfortunately I'm a regular user :0
It's easy:
click the gear button (going in advanced settings):

on the last row add the url like this:
userResourcesLocation https://raw.githubusercontent.com/uBlock-user/uBO-Scriptlets/master/scriptlets.txt

Now add the 2 filters above to your "my filters"
I add the script above but the site load html only after that for some reason

but unironically that script fixed some other site issues, thanks! I used that method before but with a link related to "nanodefender.txt" instead of "scriptlet.txt" hopefully it will be more efficient.
the test failed for me after I added the two filters did I missed anything?


use the links here:

the html only issue solve itself, I got no issue with downloading now, but what about direct streaming?
You mean clicking the blue buttons does not work for you ?
The vidstream tab should open, then wait until the real player is ON
These filters are for embedded video
egybest.*##+js(set, open, trueFunc)
egybest.*##+js(add-iframe, 1, id, /cv.php)
The problem is that ##+js(set, open, trueFunc) it's too generic and breaks this buttons
both blue buttons and embedded video still detect adblocker even after I add filters above
Wait 30 seconds?
Or disable non default lists?
uhhh I don't get "non default lists" how I achieve that?
https://github.com/gorhill/uBlock/wiki/Dashboard:-Filter-lists and disable any non-stock (non-default).
|
--- |
Done, but still didn't do the trick for me :(


But the external links get resolved that's a progress 馃憤
still the embedded video detects adblocker
update: I made a default resitting for ublock and resubscribe to nano filters; that cause the embedded video to work and having no issues now except that russian server open a new tap but closes at instant which is still much better than the original issue.
This has been fixed in uBO dev version, the filter I added doesn't work with the uBO stable version.
Download is broken? https://www.reddit.com/r/uBlockOrigin/comments/gcfsaf/ublockorigin_does_not_work_with_a_sitek_with_a/
Clicking on Download button duplicates current tab.
Fixed.
Still works in Firefox.
@gwarser Does not work due to this directive frame-ancestors 'none'

Do you think something can be done?
Only Chromium based browsers are affected.
AAhhh, that's why AdGuard uses ~<object>~ <embed>.
https://github.com/AdguardTeam/AdguardFilters/commit/b899b2b8a27d83a92da2fceb437faf687b9c5e53
https://www.w3schools.com/tags/tag_embed.asp - if website detect fake iframe or object?
So the new window.open-defuser enhancement needs to be updated iframe to embed
@gorhill What do you think about it?
AAhhh, that's why AdGuard uses
<embed>.
I was not aware embed creates a separate window context.
It seems that it doesn't (or at least it's not possible to use contentWindow from what I can see), but object tag do and it seems that it would be better to use it instead of embed tag.
https://github.com/AdguardTeam/AdguardFilters/commit/b6c42cad817b9a0bb53d68a42dcaefcf528a0e93
Right, I couldn't make it work with embed. However, even if using object, I feel it's just a matter of short time before the site adds a CSP directive object-src 'none'.
before the site adds a CSP directive object-src 'none'.
How about a procedural action operator :create() ?
Did the site just go back to not forbid iframe?

Still problem on Chrome: https://github.com/NanoMeow/QuickReports/issues/4197
neel.egybest.asia/movie/deep-blue-sea-3-2020/#download

Antiadblock
opera browser
ublock origin 1.28.5b9
Opera = chromium = CSP restrictions...
I think the moderators of this site following ublock github submissions 馃し
Egy.best "mods*"? IDTS...
* - sooner, some webmasters / webdevelopers / "JS" programmers.
I think the moderators of this site following ublock github submissions 馃し
there is one way to found out chatzy.com online private chat room
@llacb47 theirs works perfectly also about the vid stream site you can click watch first then download then it will go back to the first page again and the download button will work just fine
@mapx- what do you think ? also it still detects the ublock.
I think the moderators of this site following ublock github submissions 馃し
@Iaycomand lol i think we caught them
Most helpful comment
I think the moderators of this site following ublock github submissions 馃し