Tell me how to make the search engine links open in a new tab?? #20
Answered
by
benzvi8888
rnjznfrjt77
asked this question in
Q&A
|
Good afternoon.Tell me how to make the search engine links open in a new tab?? |
Answered by
benzvi8888
Mar 11, 2024
Replies: 1 comment
|
in assets/script.js replace line: with
|
0 replies
Answer selected by
safesploit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in assets/script.js replace line:
var url = $(this).attr("href");with
var url = window.open($(this).attr("href"), "_blank");return false;