Anyway to copy the hidden link by Inspecting?

whois1games

Regular Member
Joined
Dec 15, 2018
Messages
203
Reaction score
39
Hi,
When I try to copy a link from a site by inspecting it's saying javascript:void(0);.
Is there any way to find that hidden link?
Thanks
 
Try looking at the javascript source and see which code ties to the button, either the link is hidden right in the javascript code or the button works by sending a get request to an api route which then returns a redirect to the link.
 
Back
Top