This website requires JavaScript.
Explore
Help
Register
Sign In
jandieman
/
searxng
mirror of
https://github.com/searxng/searxng.git
Watch
2
Star
0
Fork
You've already forked searxng
0
Code
Issues
Projects
Releases
Wiki
Activity
f373169c84
searxng
/
searx
/
static
/
plugins
/
js
/
open_results_on_new_tab.js
4 lines
89 B
JavaScript
Raw
Blame
History
$
(
document
)
.
ready
(
function
(
)
{
$
(
'.result_header > a'
)
.
attr
(
'target'
,
'_blank'
)
;
}
)
;
Reference in New Issue
View Git Blame
Copy Permalink