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

[Annoyance, Cookie Wall] sportowefakty.wp.pl, wirtualnemedia.pl #126

Open
hawkeye116477 opened this issue Jul 10, 2018 · 8 comments
Open
Labels

Comments

@hawkeye116477
Copy link

hawkeye116477 commented Jul 10, 2018

URLs where this issue occurs (Required)

https://sportowefakty.wp.pl/ms-2018/765111/mundial-2018-w-przerwie-meczu-w-markecie-neymar-caly-czas-obiektem-drwin
http://www.wirtualnemedia.pl/artykul/truskawka-na-torcie-od-tomasza-hajto-z-polsatu-trafila-do-spotu-tvp-sport-wideo

Screenshots (Required)

Describe the issue (Optional if obvious)

Twitter Cookies Alerts in movies.

Reproduction Steps (Optional if trivial)

Just for example click on first movie on http://www.wirtualnemedia.pl/artykul/truskawka-na-torcie-od-tomasza-hajto-z-polsatu-trafila-do-spotu-tvp-sport-wideo and you will see cookie altert.

Anything else you believe to be useful (Optional)

MajkiIT/polish-ads-filter#8309
MajkiIT/polish-ads-filter#4338

Environment (Required)

  • Operating System and Version: Manjaro Linux Hakoila
  • Browser and Version: Vivaldi 1.15.1147.52 (Stable channel) (64-bit) (based on Chromium 65)
  • Nano Adblocker Version: 1.0.0.55
  • Nano Defender Version (Optional if you are not using it): n/a

Your filter lists (Required)

screenshot_20180710_113358

Your custom filters (Required if you have any)

@jspenguin2017 jspenguin2017 changed the title Twitter Cookies Alerts (sportowefakty.wp.pl, wirtualnemedia.pl) [Annoyance, Cookie Wall] sportowefakty.wp.pl, wirtualnemedia.pl Jul 10, 2018
@jspenguin2017 jspenguin2017 added geolock testing low priority Confirmed but low priority and removed testing labels Jul 10, 2018
@jspenguin2017
Copy link
Member

jspenguin2017 commented Jul 11, 2018

I can't reproduce this, tried France and UK VPN, I also cleared my cookies:
image

@jspenguin2017 jspenguin2017 added cannot reproduce and removed low priority Confirmed but low priority labels Jul 11, 2018
@jspenguin2017
Copy link
Member

Tried Poland too, still nothing:
image

@hawkeye116477
Copy link
Author

@jspenguin2017 Hmm, are you clicked on white triangle inscribed in a blue-white circle button?

@hawkeye116477
Copy link
Author

hawkeye116477 commented Jul 13, 2018

I guess that probably new resource is needed. I created that solution for my userscript:

    (new MutationObserver(check)).observe(document, {childList: true, subtree: true});

    function check(changes, observer) {
        if(document.querySelector('.twitter-tweet /deep/ .Interstitial')) {
            observer.disconnect();
            var cookieConsent = document.querySelectorAll('.twitter-tweet /deep/ .Interstitial'), i;
            for (i = 0; i < cookieConsent.length; ++i) {
                cookieConsent[i].remove();
            }
        }
    }

😄

@jspenguin2017
Copy link
Member

jspenguin2017 commented Jul 13, 2018

Does it have to be removed? Does cosmetic filters not work?

@hawkeye116477
Copy link
Author

hawkeye116477 commented Jul 14, 2018

@jspenguin2017 Cosmetic filter works, but then blur stays and I can't remove it with sportowefakty.wp.pl##.twitter-tweet /deep/ .MediaCard-mediaPlaceholder.is-backgrounded:style(filter: none !important;). That can be solved by using setAttribute, but then is another problem, click on play button not works. But if I remove element with Interstitial class, then everything is ok 😄.

@jspenguin2017
Copy link
Member

No, I have third-party cookies enabled.

@jspenguin2017 jspenguin2017 added very low priority Confirmed but very low priority need new script snippet and removed testing labels Jul 15, 2018
@jspenguin2017
Copy link
Member

jspenguin2017 commented Jul 15, 2018

Reproduced with Poland VPN. Yea, we'll need a new scriptlet, because the block screen doesn't come out before the frame finishes loading.

Honestly it's just one click, and you'll have to click the play button anyway, so I'm not too worried about this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants