Closed aug-dev closed 5 months ago
This PR fixes #476, improving support for blocking images on the mobile version of Google search.
google-mobile-udm2.webm
Currently, it seems that the mobile version of Google search mostly uses udm=2, instead of tbm=isch.
udm=2
tbm=isch
I tested on multiple devices, VPNs, and regions, and I was not able to get a tbm=isch on mobile.
I'm not sure why that's the case, but things are now working with the new serpHandler.
serpHandler
:tada: This PR is included in version 8.7.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Summary
This PR fixes #476, improving support for blocking images on the mobile version of Google search.
Demo
google-mobile-udm2.webm
Additional Comments
Currently, it seems that the mobile version of Google search mostly uses
udm=2
, instead oftbm=isch
.I tested on multiple devices, VPNs, and regions, and I was not able to get a
tbm=isch
on mobile.I'm not sure why that's the case, but things are now working with the new
serpHandler
.