This website requires JavaScript.
Explore
Help
Register
Sign In
adil
/
noones-search
Watch
1
Star
0
Fork
You've already forked noones-search
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0f4dbc4eca
noones-search
/
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