custom search URL modified by Catsxp (wrong)
发表于 : 2025年 5月 22日 15:39
I'd like to add the "&udm=14" parameter to Google search (use Web search, i.e.disable AI)...
So, I created a custom search engine, set it to default, with the search URL
{google:baseURL}search?q=%s&udm=14&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:language}{google:prefetchSource}{google:searchClient}{google:sourceId}{google:contextualSearchVersion}ie={inputEncoding}.
It worked until browser restart. After that, Catsxp modified the URL by itself to
{google:baseURL}search?udm=14?q=%s&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:language}{google:prefetchSource}{google:searchClient}{google:sourceId}{google:contextualSearchVersion}ie={inputEncoding}
It does not work, the parameter shall be &udm=14, not ?udm=14.
How to disallow Catsxp modifying the URL?
So, I created a custom search engine, set it to default, with the search URL
{google:baseURL}search?q=%s&udm=14&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:language}{google:prefetchSource}{google:searchClient}{google:sourceId}{google:contextualSearchVersion}ie={inputEncoding}.
It worked until browser restart. After that, Catsxp modified the URL by itself to
{google:baseURL}search?udm=14?q=%s&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:language}{google:prefetchSource}{google:searchClient}{google:sourceId}{google:contextualSearchVersion}ie={inputEncoding}
It does not work, the parameter shall be &udm=14, not ?udm=14.
How to disallow Catsxp modifying the URL?