logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git

open_results_on_new_tab.js (89B)


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