Add a way to customize the bang on brave search.
A bang have 2 properties :
- the key/name : for example “yt”
- the url : for example “https://www.youtube.com/results?search_query=%s”
The “%s” will be replaced by the string after the bang (like Firefox do with its bookmarks)
Create a page in settings to add our own bang if a website isn’t already handle or if we want to override an existing bang. For example if we want to add a filter on the youtube bang (!yt), we will be able to add this bang :
bang : yt
url : https://www.youtube.com/results?search_query=%s&sp=EgIQAQ%253D%253D
The bang “yt” is overrited, so when we write “!yt cat” it will redirect us to “https://www.youtube.com/results?search_query=cat&sp=EgIQAQ%253D%253D” now.