This website works better with JavaScript
NTab仓库
Home
Explore
Register
Sign In
fjmwkj
/
searxng
mirror of
https://github.com/searxng/searxng
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
43f7b84a59
Branches
Tags
gh-pages
master
translations
update_js_ariable_to_python
wttr
searxng
/
searx
/
static
/
plugins
/
js
/
open_results_on_new_tab.js
open_results_on_new_tab.js
89 B
History
Raw
1
2
3
$(
document
).ready(
function
(
)
{
$(
'.result_header > a'
).attr(
'target'
,
'_blank'
);
});