iorate / ublacklist

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

v8.8.1 Stopped working on Firefox (127.0.1 Windows 11) as of June 22, 2024 #497

Closed DUser6 closed 4 months ago

DUser6 commented 4 months ago

Personal Blocklist has been wiped and Importing & saving doesn't work anymore (Reddit & Know Your Meme are supposed to be blocked) Screenshot 2024-06-22 at 10-46-55 asdf at DuckDuckGo Screenshot 2024-06-22 at 10-47-24 asdf - Google Search

The blocklist is always reset, and doesn't update in private windows even if Firefox grants permission Screenshot 2024-06-22 at 10-51-43 Add-ons Manager

"Other search engines" & "Add rules blocking whole sites by default" doesn't work either. It only works if I add each website one at a time. Even then, Google is either slow to load or doesn't load at all. Screenshot 2024-06-22 at 10-56-52 Screenshot 2024-06-22 at 10-57-10

uBlacklist.txt Turning off other add-ons didn't work. It also didn't work in the recent version of Brave

iorate commented 4 months ago

Thank you for attaching your ruleset. The problem you encountered is at least partly due to invalid rules such as:

*://*giantfreakinrobot.com
*://*givemesport.com/*
*://*gizmodo.com/*

# Right:
*://*.giantfreakinrobot.com/*
*://*.givemesport.com/*
*://*.gizmodo.com/*