uBlockOrigin / uAssets

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

bing.com: breakage #22066

Closed joaofbravo closed 8 months ago

joaofbravo commented 8 months ago

Prerequisites

URL address of the web page

https://www.bing.com/search?q=Bing+AI&showconv=1

Category

breakage

Description

Settings button in Bing Copilot does not open anything. Clicking my account name also does nothing anymore.

Other extensions used

none

Screenshot(s)

Screenshot(s) ![image](https://github.com/uBlockOrigin/uAssets/assets/30523313/8c1a6110-f42b-4c30-b1b3-6029d48b71ab)

Configuration

```yaml uBlock Origin: 1.55.0 Chromium: 120 filterset (summary): network: 211172 cosmetic: 119032 scriptlet: 25712 html: 0 listset (total-discarded, last-updated): added: https://raw.githubusercontent.com/DandelionSprout/adfilt/master/LegitimateURLShortener.txt: 2553-1, now DEU-0: 7284-0, now adguard-cookies: 28416-30, now adguard-spyware-url: 1423-156, now curben-phishing: 84680-20, now fanboy-cookiemonster: 49319-3704, now spa-1: 5711-67, now ublock-cookies-adguard: 895-8, now ublock-cookies-easylist: 895-895, now default: user-filters: 25-1, never easylist: 77540-23, now easyprivacy: 43458-50, now plowe-0: 3786-1175, now ublock-badware: 7752-143, now ublock-filters: 36496-175, now ublock-privacy: 973-117, now ublock-quick-fixes: 232-46, now ublock-unbreak: 2192-37, now urlhaus-1: 9085-0, now filterset (user): [array of 25 redacted] trustedset: added: [array of 2 redacted] userSettings: cloudStorageEnabled: true hiddenSettings: [none] supportStats: allReadyAfter: 771 ms (selfie) maxAssetCacheWait: 173 ms cacheBackend: browser.storage.local popupPanel: blocked: 36 network: bing.com: 36 extended: ##body:style(overflow: auto !important;) ##+js(trusted-set-cookie, BCP, AD=0&AL=0&SM=0) ##+js(remove-cookie, MicrosoftApplicationsTelemetryDeviceId) ```
mapx- commented 8 months ago

Clicking my account name also does nothing anymore.

add & test: bing.com#@#body:style(overflow: auto !important;)

Settings button in Bing Copilot

where is that button ?

ryanbr commented 8 months ago

It came from https://github.com/uBlockOrigin/uAssets/issues/18497 is this still current?

mapx- commented 8 months ago

I no longer get .bnp_cookie_banner in the logger even though the page refers to it, but maybe it's safer removing both filters

bing.com##.bnp_cookie_banner
bing.com##body:style(overflow: auto !important;)
mapx- commented 8 months ago

@joaofbravo add & test

bing.com#@#.bnp_cookie_banner
bing.com#@#body:style(overflow: auto !important;)
joaofbravo commented 7 months ago

Clicking my account name also does nothing anymore.

add & test: bing.com#@#body:style(overflow: auto !important;)

Settings button in Bing Copilot

where is that button ?

this solved both issues. Thank you!

joaofbravo commented 7 months ago

@joaofbravo add & test

bing.com#@#.bnp_cookie_banner
bing.com#@#body:style(overflow: auto !important;)

Using bing.com#@#body:style(overflow: auto !important;) solves the problem but removing the @ makes it come back. Why?

mapx- commented 7 months ago

The filter with @ disables the original cosmetic filter (which causes the breakage)