-
Notifications
You must be signed in to change notification settings - Fork 776
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
motobanda.pl #71
Comments
I wonder if removing the DOM element containing the ad would be better approach -- I have been pondering offering a syntax extension to remove DOM node for the next release. If you remove the DOM element related to the ad using your browser inspector, does it seem to give good result? |
Yes, because the
|
Yes, the site revisit the element's style to force |
Is |
This site is on 1,202 position in Poland in Alexa Traffic Ranks - |
Also, the Polish filter list maintainer should add the following exception cosmetic filter: |
Polish filter list maintainer sends all "anti adblock" rules to reek - reek/anti-adblock-killer#1309 |
With 1.7.7b4, the following filters work:
|
Great, thank you for the new beta version with "Support cosmetic filters with explicit style properties". |
It's a bug, will fix asap. |
Ok, thank you. |
Fixed in 1.7.7b5. |
Yes, now it works properly, thank you again 😃 |
Did |
I am on vacation and I do not have access to my computer (I have only smartphone), so I can not check this. I will be back in two weeks and then I check this and answer for your question. |
Ok, I came back.
|
Hi, these ads are again - |
Thank you. |
Google Chrome 51.0.2704.106 m (64-bit)
uBlock Origin 1.7.6
Is there any way to skip/remove/block ads before video on this website? -
http://motobanda.pl/motocyklista-uderza-w-jelenia-na-drodze
To reproduce, click play button on video and you will see ads.
I tried this rule
||motobanda.pl/uploads/avid/*.mp4$media,
but it does not work, because with this rule video does not play.I observed that after ads, this element
id="mvideo"
changesz-index
from-1
to1
.So it would be nice if uBlock had an option to change style for elements on websites, something like Adguard has - https://adguard.com/en/filterrules.html#cssInjection
With Adguard I can change style for this element using this rule -
motobanda.pl#$#body #mvideo { z-index: 1!important; }
and I can watch video on this website without ads.
With this it would be also possible to skip timer on some other websites, for example here -
http://gahe.pl/graonline,17859,boom-bad-piggies-wysadzanie-%C5%9Bwi%C5%84
Now I must wait 20 seconds to play a game.
If it would be possible to change style for elements, I could play a game immediately.
As an example again rule for Adguard -
gahe.pl#$#body #flashgame { display: block!important; }
and here -
http://alltube.tv/film/minionki-the-minions-2015/27966
I must wait about 10 seconds to watch video.
With this rule I can skip this -
alltube.tv#$#body #iframe-container { display: block!important; }
and here -
http://www.vipfullhdfilmizle.org/13-saat-bingazinin-gizli-askerleri-turkce-dublaj-izle/2/
I must wait about 6 seconds to skip ads.
With these rules I can skip this:
vipfullhdfilmizle.org###VideOnrekLam
||savoy.storage.cubecdn.net/bm/vipfullhdfilmizle/*.mp4
vipfullhdfilmizle.org#$#body #kendisi{ display: block!important; }
So it would be nice if uBlock Origin had an option to change css style for elements on websites.
Or maybe someone have an idea how to skip/remove/block ads/timer using uBlock Origin on these websites without changing css style?
The text was updated successfully, but these errors were encountered: