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

Fix Extension Behavior On Unsupported udm Values #474

Closed aug-dev closed 5 months ago

aug-dev commented 5 months ago

Summary

This PR solves an issue reported on #465 where uBlacklist was not working on Google's new "Web" filter. (More details on the bug report.)

This was happening because, previously, if an udm value was present in a Google URL but its number was not supported by the extension (such as 14), uBlacklist would not return any serpHandler on Google Desktop.

Now, instead, if an udm value is present but not supported, the tbm is used instead. (Like the code was trying to do before.)

Screenshot from 2024-05-24 22-07-56

web-filter

github-actions[bot] commented 5 months ago

:tada: This PR is included in version 8.7.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: