Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!

Follow links from inline find in Safari 3 Web Browsers
For some reason, the inline find in Safari 3 does not have the feature to follow a link after an inline find. In Firefox, I use this feature a lot to navigate through web pages. A small bookmarklet solves this issue in Safari:

javascript:x=window.getSelection().getRangeAt(0).startContainer.parentNode;if(x.tagName=='A'){window.location=x;}else{window.location=x.parentNode};

Save the oneliner as a bookmarklet in the bookmarks bar. Now you can follow the link after an inline search by simply using the bookmarklet's shortcut (in my case, Command-1). Note that this code is not perfect and may fail in many cases, but it's good enough for me.
    •    
  • Currently 0.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (0 votes cast)
 
[5,183 views]  

Follow links from inline find in Safari 3 | 0 comments | Create New Account
Click here to return to the 'Follow links from inline find in Safari 3' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.