mirror of
https://github.com/searxng/searxng.git
synced 2026-05-14 06:55:47 +02:00
[enh] new plugin to open results on new browser tabs
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
$(document).ready(function() {
|
||||
$('.result_header > a').attr('target', '_blank');
|
||||
});
|
||||
Reference in New Issue
Block a user