Loading searx/plugins/open_results_on_new_tab.py +1 −0 Original line number Diff line number Diff line Loading @@ -20,5 +20,6 @@ description = gettext('Results are opened in the same window by default. ' 'This plugin overwrites the default behaviour to open links on new tabs/windows. ' '(JavaScript required)') default_on = False preference_section = 'ui' js_dependencies = ('plugins/js/open_results_on_new_tab.js',) searx/plugins/vim_hotkeys.py +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ description = gettext('Navigate search results with Vim-like hotkeys ' '(JavaScript required). ' 'Press "h" key on main or result page to get help.') default_on = False preference_section = 'ui' js_dependencies = ('plugins/js/vim_hotkeys.js',) css_dependencies = ('plugins/css/vim_hotkeys.css',) searx/templates/simple/preferences.html +7 −7 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ <option value="0" {% if safesearch == '0' %}selected="selected"{% endif %}>{{ _('None') }}</option> </select> </p> <div class="description">{{ _('Filter content') }}</p> <p class="description">{{ _('Filter content') }}</p> </fieldset> {{ plugin_preferences('general') }} <fieldset> Loading Loading @@ -122,7 +122,7 @@ {% endif %} {% endfor %} </table> <div> </div> {{ tab_footer() }} {% endfor %} {{ tabs_close() }} Loading Loading
searx/plugins/open_results_on_new_tab.py +1 −0 Original line number Diff line number Diff line Loading @@ -20,5 +20,6 @@ description = gettext('Results are opened in the same window by default. ' 'This plugin overwrites the default behaviour to open links on new tabs/windows. ' '(JavaScript required)') default_on = False preference_section = 'ui' js_dependencies = ('plugins/js/open_results_on_new_tab.js',)
searx/plugins/vim_hotkeys.py +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ description = gettext('Navigate search results with Vim-like hotkeys ' '(JavaScript required). ' 'Press "h" key on main or result page to get help.') default_on = False preference_section = 'ui' js_dependencies = ('plugins/js/vim_hotkeys.js',) css_dependencies = ('plugins/css/vim_hotkeys.css',)
searx/templates/simple/preferences.html +7 −7 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ <option value="0" {% if safesearch == '0' %}selected="selected"{% endif %}>{{ _('None') }}</option> </select> </p> <div class="description">{{ _('Filter content') }}</p> <p class="description">{{ _('Filter content') }}</p> </fieldset> {{ plugin_preferences('general') }} <fieldset> Loading Loading @@ -122,7 +122,7 @@ {% endif %} {% endfor %} </table> <div> </div> {{ tab_footer() }} {% endfor %} {{ tabs_close() }} Loading