aboutsummaryrefslogtreecommitdiffstats
path: root/linkHints.js
AgeCommit message (Collapse)Author
2010-01-07Use the CTRL key instead of the meta key to open links in new windows on ↵Phil Crosby
Linux & Windows. Fixes #46.
2009-12-31Fix a regression where buttons were not clickable via link-hintsPhil Crosby
2009-12-06Use "p" instead of "u" when generating link hints, because typing FU seems a ↵Phil Crosby
bit funny.
2009-12-06Use both the upper-left corner and the center of a link's bounding box to ↵Phil Crosby
determine if it's visible. I previously switched the logic to use the center of the bounding box, but that does not work well for multi-line links.
2009-12-06Explicitly set the width of our link hints, so they aren't affected by page ↵Phil Crosby
level style sheets. Fixes #22.
2009-12-06Add a note as to why the links on Google's homepage are shown in the link hints.Phil Crosby
2009-12-06Make opening links in the background tab feel a little snappier by removing ↵Phil Crosby
the feedback timeout.
2009-12-06Put the cursor at the end of the text field when selecting it via link ↵Phil Crosby
hints. Fixes #19.
2009-12-06Use the center of a link's bounding box instead of its upper-left corner to ↵Phil Crosby
detect if its visible. This is a slightly more accurate heuristic and fixes #17.
2009-12-05Use more characters in the link hints, and do a better job of converting a ↵Phil Crosby
number to a base-n string. Fixes #21.
2009-12-05Show a link hint instead of empty-string for the first link on a page with ↵Phil Crosby
few links
2009-12-05Support shift+F to open a link in a background tabPhil Crosby
2009-11-28When shwoing hints, handle links which have nested elements, like <em> ↵Phil Crosby
(google search results) and <img>
2009-11-28Factor in the page zoom when showing link hints when the document is scrolled.Phil Crosby
2009-11-28Add link hints, aka "follow link" support.Phil Crosby