IPad: Bookmarklet to open all links in a new window
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