Closed ghost closed 6 years ago
I'm going to close this because I can't quite understand the question. If you're still having trouble, please open a new issue. Thanks 😃
@b0o Increase open search key${s.alias}
const searchleader = ""
alias: "oy", openOmnibar: "oy", searchkey: "yt"
I still don't understand your question...
@b0o
search_leader_key
addSearchAliasX('d', 'duckduckgo', 'https://duckduckgo.com/?q=', 'c', 'https://duckduckgo.com/ac/?q=', function(response) {
var res = JSON.parse(response.text);
return res.map(function(r){
return r.phrase;
});
});