[QB] Add mojeek and php to search engines
This commit is contained in:
parent
01b0cc503d
commit
035bf49e51
1 changed files with 5 additions and 0 deletions
|
@ -48,6 +48,9 @@ config.set('content.javascript.enabled', True, '*://mastodon.zaclys.com')
|
|||
config.set('content.javascript.enabled', True, '*://*.melvoridle.com')
|
||||
config.set('content.javascript.enabled', True, '*://*.raiffeisen.ch')
|
||||
config.set('content.javascript.enabled', True, '*://*.cmnet.ch')
|
||||
config.set('content.javascript.enabled', True, '*://*.inubo.ch')
|
||||
|
||||
config.set('colors.webpage.darkmode.enabled', True)
|
||||
|
||||
c.url.default_page = 'https://searx.info'
|
||||
c.hints.mode = "number"
|
||||
|
@ -62,6 +65,8 @@ c.url.searchengines = {
|
|||
'imdb':'https://www.imdb.com/find?q={}',
|
||||
'mdn':'https://developer.mozilla.org/en-US/search?q={}',
|
||||
'deb':'https://tracker.debian.org/pkg/{}',
|
||||
'mjk':'https://www.mojeek.com/search?q={}',
|
||||
'php':'https://www.php.net/manual-lookup.php?pattern={}&scope=quickref',
|
||||
}
|
||||
|
||||
#Fonts
|
||||
|
|
Loading…
Reference in a new issue