IPad: Bookmarklet to open all links in a new window

1 points by Kilimanjaro ↗ HN
Here is a bookmarklet for the iPad to open all links in a webpage (like HN) in a new window, so we don't have to tap/hold and select 'open in new window'.

  for(i in document.links) document.links[i].setAttribute("target","_blank")

1 comment

[ 3.2 ms ] story [ 17.7 ms ] thread
Just remember to add javascript: at the beginning.