some sites apparently use server generated links on activation of a page on a browser window (there are no URLs at all as you can see when you look at the page source), see, for example:
https://archive.org/details/americana?and%5B%5D=lending%3A%22is_readable%22
I thought that using wireshark with the appropriate filter you should be able to list all URLs as you just scroll down the page. Is this possible with wireshark? If so, how would you go about doing such thing?
I would rather use wireshark instead of a javascript and/or add on "solution" because whatever they do, they will to ultimately hit back their servers to get the URL anyway.