iorate / ublacklist

Blocks specific sites from appearing in Google search results
https://iorate.github.io/ublacklist/
MIT License
5.67k stars 292 forks source link

Does it still works? #77

Closed Nikodemsky closed 3 years ago

Nikodemsky commented 3 years ago

Expected Behavior

Should block all search results with quora.com (expression is added as *://www.quora.com/* )

Actual Behavior

It shows search results from quora anyway purple

Specifications

iorate commented 3 years ago

Other extensions that might interfere: Dark Theme for Google (maybe?)

Obviously that is the cause of the problem. "Dark Theme for Google" replicates <style id="_goober">...</style> added by goober, which is a CSS-in-JS library used inside uBlacklist, but does not change the id. Duplicate ids break goober in Chrome.

This problem cannot be fixed on our side.

iorate commented 3 years ago

I just realized that uBlacklist worked with "Dark Theme for Google" in Firefox. As it happens, Firefox-specific code to work around a bug of Firefox avoids this problem. I'm going to port it to Chrome.

github-actions[bot] commented 3 years ago

:tada: This issue has been resolved in version 4.8.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: