summaryrefslogtreecommitdiff
path: root/searx/static/plugins/js/open_results_on_new_tab.js
diff options
context:
space:
mode:
Diffstat (limited to 'searx/static/plugins/js/open_results_on_new_tab.js')
-rw-r--r--searx/static/plugins/js/open_results_on_new_tab.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/searx/static/plugins/js/open_results_on_new_tab.js b/searx/static/plugins/js/open_results_on_new_tab.js
new file mode 100644
index 0000000..99ef382
--- /dev/null
+++ b/searx/static/plugins/js/open_results_on_new_tab.js
@@ -0,0 +1,3 @@
+$(document).ready(function() {
+ $('.result_header > a').attr('target', '_blank');
+});