siebenmann / gsearch-urlfix

A Firefox addon to fix search result URLs in the non-JavaScript Google Search results
4 stars 1 forks source link

Pagination support #4

Open brian6932 opened 1 month ago

brian6932 commented 1 month ago
  1. 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&start=10.
  2. The addon stops working when pagination is done inline, try adding https://github.com/machsix/Super-preloader/pull/1295/files this rule as a Custom rule in the Super-preloader UserScript to reproduce.
siebenmann commented 1 month ago

Thank you for the report and pull requests, but unfortunately I've stopped using this addon (it doesn't seem to be necessary in my case any more) and as a result I've stopped maintaining and updating it. (Which I should update the README to say.)

If this addon is useful to you I'd encourage you to fork it and submit it to AMO as a new addon (assuming you need a signed version).

brian6932 commented 1 month ago

Sure, no problem