index
:
vimium
1.42
1.49
1.50
1.52
1.54
1.55
1.56
1.57
fix-h-l-left-right-scrolling
master
The hacker's browser.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linkHints.js
Age
Commit message (
Expand
)
Author
2010-01-07
Use the CTRL key instead of the meta key to open links in new windows on Linu...
Phil Crosby
2009-12-31
Fix a regression where buttons were not clickable via link-hints
Phil Crosby
2009-12-06
Use "p" instead of "u" when generating link hints, because typing FU seems a ...
Phil Crosby
2009-12-06
Use both the upper-left corner and the center of a link's bounding box to det...
Phil Crosby
2009-12-06
Explicitly set the width of our link hints, so they aren't affected by page l...
Phil Crosby
2009-12-06
Add a note as to why the links on Google's homepage are shown in the link hints.
Phil Crosby
2009-12-06
Make opening links in the background tab feel a little snappier by removing t...
Phil Crosby
2009-12-06
Put the cursor at the end of the text field when selecting it via link hints....
Phil Crosby
2009-12-06
Use the center of a link's bounding box instead of its upper-left corner to d...
Phil Crosby
2009-12-05
Use more characters in the link hints, and do a better job of converting a nu...
Phil Crosby
2009-12-05
Show a link hint instead of empty-string for the first link on a page with fe...
Phil Crosby
2009-12-05
Support shift+F to open a link in a background tab
Phil Crosby
2009-11-28
When shwoing hints, handle links which have nested elements, like <em> (googl...
Phil Crosby
2009-11-28
Factor in the page zoom when showing link hints when the document is scrolled.
Phil Crosby
2009-11-28
Add link hints, aka "follow link" support.
Phil Crosby