diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-08-12 21:06:27 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-08-12 21:35:41 +0200 |
commit | f3e50968d86cd3f54f6d274a5abe72094cafd19d (patch) | |
tree | f62a3e7349e7e403b6e07da72ac20391b7d0e010 | |
parent | 7f1d018c3b5647c1581c281b463426d66e1aab6b (diff) |
Add mojeek search engine
See: https://en.wikipedia.org/wiki/Mojeek
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | dillorc | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,7 @@ dillo-3.3.0 [Unreleased] - Focus the N-th tab with the Alt+<number> shortcut. - Fix vsource dpi infinite loop on musl due to unescaped "%" printf format. - Add about:cache and about:dicache pages to show internal cache details. + - Add mojeek search engine with shortcut "mj". Patches: Rodrigo Arias Mallo +- Middle click on back or forward button opens page in new tab. Patches: Alex @@ -207,6 +207,7 @@ search_url="Free Dictionary http://www.thefreedictionary.com/%s" search_url="Startpage (https) https://www.startpage.com/do/search?query=%s" search_url="Marginalia https://marginalia-search.com/search?query=%s" search_url="Wiby https://wiby.org/?q=%s" +search_url="mj Mojeek https://www.mojeek.com/search?q=%s" # If set, dillo will ask web servers to send pages in this language. # This setting does NOT change dillo's user interface. |