From f3e50968d86cd3f54f6d274a5abe72094cafd19d Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Tue, 12 Aug 2025 21:06:27 +0200 Subject: Add mojeek search engine See: https://en.wikipedia.org/wiki/Mojeek --- ChangeLog | 1 + dillorc | 1 + 2 files changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9e63b919..2c02fae7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,6 +16,7 @@ dillo-3.3.0 [Unreleased] - Focus the N-th tab with the Alt+ 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 diff --git a/dillorc b/dillorc index f3e9ca4a..d29fbbdc 100644 --- a/dillorc +++ b/dillorc @@ -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. -- cgit v1.2.3