How do I get visited websites and clicked links using javascript?
document.links.length gives me all the links in a page.
window.location.href gives me the url.
Suppose, I open a browser instance and visit to many websites and clicks many links in various websites.
but, where to put my javascript to collect all these info?