This account also purchased aliases, albeit 4 days prior. I'm wondering if a webpage can get a listing of your url history?
I don't know Javascript, but:
http://www.w3schools.com/jsref/obj_history.aspThe history object contains the URLs visited by the user (within a browser window).
The history object is part of the window object and is accessed through the window.history property.
Note: There is no public standard that applies to the history object, but all major browsers support it.