You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will be about GBV (Google Basic Variant) mode.
To be able to swap between the default and GBV mode, you can paste the line below into My filters in the uBlock Origin settings, and set the gbv=1 query param.
Google adds tracking params to their pagination URLs, it'd be nice if the addon also filtered that href, this also happens on non-GBV mode (gbv=2). e.g. /search?q=foo&sca_esv=955251e7965fe0d0&sca_upv=1&pws=0&gbv=1&sxsrf=ADLYWIKUyc_nW5pyzS4ZVy-87YfaDNLFCg:1723122443750&ei=C8O0ZpTELZ6z0PEP3LOh0A0&start=10&sa=N -> /search?gbv=1&q=foo&pws=0&start=10.
This will be about GBV (Google Basic Variant) mode.
To be able to swap between the default and GBV mode, you can paste the line below into
My filters
in the uBlock Origin settings, and set thegbv=1
query param.gbv=2
). e.g./search?q=foo&sca_esv=955251e7965fe0d0&sca_upv=1&pws=0&gbv=1&sxsrf=ADLYWIKUyc_nW5pyzS4ZVy-87YfaDNLFCg:1723122443750&ei=C8O0ZpTELZ6z0PEP3LOh0A0&start=10&sa=N
->/search?gbv=1&q=foo&pws=0&start=10
.Custom rule
in the Super-preloader UserScript to reproduce.Example implementation https://github.com/brian6932/gsearch-urlfix/blob/master/linkfix.js.
The text was updated successfully, but these errors were encountered: