Too many sites are idiots and make their anchors as JS-only
Prevents opening in new tab, bookmarking, etc
See if we can get a browser extension that offers a context-menu option on anchors that says "snapshot and click in new tab"
When clicked, a full-mem snapshot of the page is taken (JS stack/cursor pointer and everything), restored in a new tab (background if ctrl pressed maybe or something, we'll see), and the anchor is clicked
Maybe it should be added to any dom element, not just anchors
Do browsers even support this kind of snapshotting? If necessary, might be able to "pause" via debugger and build snapshot that way