Like the favorite's location is:
Code: Select all
javascript:var=document.location;document.location="http://locahost/parse.php?url="+var-Nay
Moderator: General Moderators
Code: Select all
javascript:var=document.location;document.location="http://locahost/parse.php?url="+varCode: Select all
var loc = document.location;
document.location = "http://locahost/parse.php?url=" + loc;Code: Select all
document.location = "http://localhost/parse.php?url=" + document.location;Code: Select all
javascript:document.location = "http://localhost/scripts/xanga/override.php?url=" + document.location;