You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx/static/plugins/js/open_results_on_new_tab.js

4 lines
89 B
JavaScript

$(document).ready(function() {
$('.result_header > a').attr('target', '_blank');
});