Brave search in Safari #767
waynesbrain
started this conversation in
Userscripts
Replies: 1 comment
-
Small issue with this script: Redirect of default search engine only works once per tab on iOS See #768 Also, you can see there that I did eventually use Ecosia as the default instead of Google because I'm afraid that Google will detect me as a bot elsewhere on my network for asking for lots of search completions but never using any of them :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With Google set as the default search engine, you can use the following script to redirect those requests to Brave search. I did it this way because Google offers good search suggestions in the address bar.
With this script, you can still switch from Brave to Google via the Google button in Brave's results then that will still work because Brave will not include
&client=safari
in it's request, which theurlFilter
below requires.Alternatively you can set Ecosia as the default search engine if you don't want to mess with Google URLs on your iDevice, and use this script:
Beta Was this translation helpful? Give feedback.
All reactions