mirror of
https://github.com/searxng/searxng.git
synced 2025-07-13 00:09:18 +02:00
[enh] new plugin to open results on new browser tabs
This commit is contained in:
parent
2b53ac979d
commit
ab6a7601cb
3 changed files with 29 additions and 0 deletions
|
@ -20,6 +20,7 @@ from searx import logger
|
|||
logger = logger.getChild('plugins')
|
||||
|
||||
from searx.plugins import (https_rewrite,
|
||||
open_results_on_new_tab,
|
||||
self_info,
|
||||
search_on_category_select,
|
||||
tracker_url_remover)
|
||||
|
@ -72,6 +73,7 @@ class PluginStore():
|
|||
|
||||
plugins = PluginStore()
|
||||
plugins.register(https_rewrite)
|
||||
plugins.register(open_results_on_new_tab)
|
||||
plugins.register(self_info)
|
||||
plugins.register(search_on_category_select)
|
||||
plugins.register(tracker_url_remover)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue