A fast, local-first "redirection engine" for !bang users with a few extra features ^-^
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: make default search engine ddg

+1 -1
+1 -1
src/main.ts
··· 45 45 }); 46 46 } 47 47 48 - const LS_DEFAULT_BANG = localStorage.getItem("default-bang") ?? "g"; 48 + const LS_DEFAULT_BANG = localStorage.getItem("default-bang") ?? "ddg"; 49 49 const defaultBang = bangs.find((b) => b.t === LS_DEFAULT_BANG); 50 50 51 51 function getBangredirectUrl() {