/    Sign up×
Community /Pin to ProfileBookmark

urgent help please

i wanna program let me see the hidden links at any website

to post a comment
HTML

2 Comments(s)

Copy linkTweet thisAlerts:
@jalarieDec 30.2011 — I use the following as a Bookmark/Favorite to do a popup of the links on any page:

javascript:function ShowLinks(){var Count,ix1,Key,Links,Out,PopUp1,Val;Links=document.links;Count=Links.length;Out ='';Out+='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"';Out+=' "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">';Out+='<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">';Out+='<head><title>Links</title></head>';Out+='<body style="color:black;background-color:#ffffee;">';Out+='Links: '+Count+':<br /><ul>';for (ix1=0;ix1<Links.length;ix1++){Val=Links[ix1];Out+='<li>'+ix1+' : <a href="'+Val+'">'+Val+'</a></li>';}Out+='</ul>';Out+='&nbsp;&nbsp;[<a href="javascript:void(0);" onclick="window.close();" title="close">Close</a>]';Out+='</body></html>n';PopUp1=window.open('','Links');PopUp1.document.write(Out);PopUp1.document.close();}ShowLinks();
×

Success!

Help @mido127 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.19,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...