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.)
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 anyserpHandler
on Google Desktop.Now, instead, if an
udm
value is present but not supported, thetbm
is used instead. (Like the code was trying to do before.)