Closed xander465 closed 1 day ago
Can you test any of these filters?
music.amazon.com#@##overlay
or/and
music.amazon.com#@#*:style(filter: none !important)
Can you test any of these filters?
music.amazon.com#@##overlay
or/and
music.amazon.com#@#*:style(filter: none !important)
Okay now it works Thank you for the help
You need both filters or just the first/second one?
You need both filters or just the first/second one?
the first one but the second doesn't work on mine
@xander465 https://github.com/uBlockOrigin/uAssets/issues/20796:
When I try the more options then share this song it does nothing.
https://music.amazon.com/artists/B00F2OKV4E/tory-lanez
does someone has a solution at this new issue?
More options:
https://github.com/uBlockOrigin/uAssets/assets/17256841/f72b3baf-e2b8-4817-9898-6ba3416ed543
These filters cause the issue:
music.amazon.*###overlay:has(#dialog)
music.amazon.*##*:style(filter: none !important)
So disabling them fixes it:
music.amazon.*#@#*:style(filter: none !important)
music.amazon.*#@##overlay:has(#dialog)
If I understand the Slack topic concerning this matter correctly, those filters are there because they quickly hide the GDPR dialog that visually appears... Even if it's clicked.
Removed those filters https://github.com/uBlockOrigin/uAssets/commit/20aeeaaf230109ce9a974fcfae3e0f61546fbff4
More options:
These filters cause the issue:
music.amazon.*###overlay:has(#dialog)
music.amazon.*##*:style(filter: none !important)
So disabling them fixes it:
music.amazon.*#@#*:style(filter: none !important)
music.amazon.*#@##overlay:has(#dialog)
If I understand the Slack topic concerning this matter correctly, those filters are there because they quickly hide the GDPR dialog that visually appears... Even if it's clicked.
Okay i romove the old and replace the filter that you create, now it work thank you
Added this filter https://github.com/uBlockOrigin/uAssets/commit/af28faf0426d7852d0f0a5f77706c7a1d439884a
To quickly hide the dialog so that it won't visually appear. This shouldn't target any other dialogs except the GDPR dialog.
Won't work fast on Firefox yet due to lack of native :has
support but it's coming soon.
Hi, I see breakage after click play without logon:
https://music.amazon.com/albums/B0DJHCWXT3
I see only blur, but should be error message:
https://github.com/user-attachments/assets/7297c73f-2f9b-4d0f-abac-108aee89c40f
Bad now seems: #overlay:has([href*="privacyprefs/"])
- not visible in logger table (uBo dev 1.61.1b1) but in dom inspector exists.
This works for me:
music.amazon.*##+js(trusted-click-element, #overlay > div > #banner:has([href*="privacyprefs/"]) music-button:last-of-type)
music.amazon.*###overlay > div > #banner:has([href*="privacyprefs/"])
@krystian3w did you test the filters above ?
Prerequisites
URL address of the web page
https://music.amazon.com/
Category
breakage
Description
When i visited amazon just to get the link of the track from the music artist album but the more options or the three dot doesn't work, But when i disable uBlock now it work as it should.
Other extensions used
None
Screenshot(s)
Screenshot(s)
Configuration