File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,10 +103,6 @@ export async function getRedirects(
103103
104104 queryText = queryText . trim ( ) ;
105105
106- // if (queryText.length === 0) {
107- // return [];
108- // }
109-
110106 // Cut the first bang we can find from the query text, it can be anywhere in
111107 // the string
112108 const { trigger } = opts ;
Original file line number Diff line number Diff line change @@ -73,7 +73,8 @@ export default function HelpTabPanel() {
7373 < ListItem >
7474 < Text >
7575 Edit the bangs default URL. This is the location the bang will
76- take you to if you dont provide a query
76+ take you to if you dont provide a query. If this is left blank, an
77+ empty query will take you to the origin of the URL(s) in the list
7778 </ Text >
7879 </ ListItem >
7980 < ListItem >
Original file line number Diff line number Diff line change @@ -13,6 +13,13 @@ const oldSettings = {
1313 bang : "g" ,
1414 urls : [ "https://www.google.com/search?q=%s" ] ,
1515 } ,
16+ {
17+ bang : "ea" ,
18+ urls : [
19+ "https://www.amazon.com/s?k=%s" ,
20+ "https://www.ebay.co.uk/sch/i.html?_nkw=%s" ,
21+ ] ,
22+ } ,
1623 {
1724 bang : "yt" ,
1825 urls : [ "https://www.youtube.com/results?search_query=%s" ] ,
You can’t perform that action at this time.
0 commit comments