mirror of
https://github.com/searxng/searxng.git
synced 2025-07-13 16:29:17 +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
3
searx/static/plugins/js/open_results_on_new_tab.js
Normal file
3
searx/static/plugins/js/open_results_on_new_tab.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
$(document).ready(function() {
|
||||
$('.result_header > a').attr('target', '_blank');
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue