uBlockOrigin / uAssets

Resources for uBlock Origin, uMatrix: static filter lists, ready-to-use rulesets, etc.
GNU General Public License v3.0
4.11k stars 767 forks source link

burningwhee1s.blogspot.com: popups #23056

Closed iomollie closed 6 months ago

iomollie commented 6 months ago

Prerequisites

URL address of the web page

https://burningwhee1s.blogspot.com/2024/03/indycar-2024-thermal-1-million-challenge.html

Category

popups

Description

when double clicking a video to make it fullscreen it opens up unwanted tabs in the web browser

Other extensions used

Hola VPN Pouch Metamask Go Back With Backspace Return Youtube dislike button

Screenshot(s)

Screenshot(s)

Configuration

```yaml uBlock Origin: 1.56.0 Chromium: 122 filterset (summary): network: 134830 cosmetic: 129746 scriptlet: 23724 html: 0 listset (total-discarded, last-updated): added: adguard-cookies: 29040-33, now adguard-mobile-app-banners: 5107-7, now adguard-popup-overlays: 26924-68, now adguard-social: 22707-786, now adguard-widgets: 2430-3, now easylist-newsletters: 7146-484, now easylist-notifications: 2970-1200, now fanboy-thirdparty_social: 68-3, now ublock-cookies-adguard: 1062-13, now default: user-filters: 2-0, never easylist: 83386-55, 1h.26m Δ easyprivacy: 50409-112, 1h.26m Δ plowe-0: 3763-1183, 26m ublock-badware: 8021-140, 1h.26m Δ ublock-filters: 37407-441, 1h.27m Δ ublock-privacy: 780-6, 1h.26m Δ ublock-quick-fixes: 234-33, 1h.27m Δ ublock-unbreak: 2247-34, 1h.27m Δ urlhaus-1: 9350-0, now filterset (user): [array of 2 redacted] trustedset: added: [array of 1 redacted] userSettings: [none] hiddenSettings: [none] supportStats: allReadyAfter: 805 ms maxAssetCacheWait: 423 ms cacheBackend: browser.storage.local popupPanel: blocked: 170 network: google.com: 14 googlesyndication.com: 1 mail.ru: 136 scorecardresearch.com: 13 tns-counter.ru: 6 extended: ##ins.adsbygoogle ##.post-share-buttons ##.share-button ##.b-video-viral-panel ##+js(set-constant, Object.prototype.isAdblockEnable, noopFunc) ###system_msg ##+js(set-constant, window.Unauthorized2, undefined) ##+js(set-constant, window.PageBottomBanners.initUnauthBanner, n… ##+js(trusted-set-cookie, SOCS, CAESHAgBEhJnd3NfMjAyMzA2MTItMF9S… ##+js(set-constant, rwt, noopFunc) ```
stephenhawk8054 commented 6 months ago

There are many videos and many players. Describe exactly which one you see the issue.

iomollie commented 6 months ago

Any video i double click on opens another tab.

stephenhawk8054 commented 6 months ago

Just give exact video and exact player. The problem is we can't reproduce with "any" video. We need exact details for easier confirmation.

mapx- commented 6 months ago

I was able to reproduce it (not consistently), it seems RU AdList has a filter for it:

||r.mail.ru/*=videoplayer$popup,domain=my.mail.ru

It seems my.mail.ru##+js(nowoif) is working too

@dimisa-RUAdList is this something you already took care of ?

dimisa-RUAdList commented 6 months ago

@mapx- That's right. The RU AdList for this player contains the following rules:

||r.mail.ru/*=videoplayer$popup,domain=my.mail.ru
my.mail.ru##html.window-loaded .b-video-backscreen
my.mail.ru##html.window-loaded .b-video-controls__inside-play-button:style(visibility: visible !important; opacity: 0 !important; width: 100% !important; height: 100% !important; top: 0 !important; left: 0 !important)
mapx- commented 6 months ago

@iomollie add the filters @dimisa-RUAdList wrote above or subscribe the russian list: RU AdList

iomollie commented 5 months ago

Thank you all for the help and replies!