mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 04:00:02 +00:00
[enh] new plugin to open results on new browser tabs
This commit is contained in:
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');
|
||||
});
|
||||
Reference in New Issue
Block a user