0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Discovered document.activeElement. Used it to get rid of a whole lot of code, including facebook-like pseudo-field handling and active element detection via CSS. Mmmm .. deleting code. More... over 14 years ago
Removed an extraneous check for el.tagName == 'A' (was already doing el.is('a')) More... over 14 years ago
Now focusing selected links and letting Chrome handle return key and link-following. More... over 14 years ago
Updated Sites With Remaining Quirks in README. More... over 14 years ago
Updated Future Plans in README. More... over 14 years ago
Added actual download link to README.markdown. Woops. More... over 14 years ago
renamed README to README.markdown More... over 14 years ago
Updated README with installation instructions, etc. More... over 14 years ago
Added README More... over 14 years ago
Bumped version to 0.21, built new extension. More... over 14 years ago
removed typo More... over 14 years ago
Now using getSelection().focusNode to detect when focus is not on a real field. Added new build of extension. More... over 14 years ago
Fixed issue with extra space being gathered with selection (affected cmd-g). Bumped to 0.20. More... over 14 years ago
Excluding space character. Tightened some code up. Possibly faster? Bumped version to 0.19. More... over 14 years ago
Removed some debug code, bumped version to 0.18. More... over 14 years ago
Updated version number in manifest. More... over 14 years ago
Actually built new extension this time. More... over 14 years ago
Bumped version to 0.17. Now updating directly from github repo. More... over 14 years ago
Fixed issue with search.twitter.com. More... over 14 years ago
Attempted to fix bug in textarea detection. Bumped version to 0.16. More... over 14 years ago
New public key (accidentally deleted). Fixed github auto-update urls. More... over 14 years ago
Added updates.xml and auto-update url. More... over 14 years ago
Added .gitignore to exclude built extension and private key. More... over 14 years ago
Bumped version to 0.14. Split typing and command-key events out into separate keypress and keydown events, because keydown traps arrow and modifier keys, and keypress allows us to not. Added support for input[type=search[. More... over 14 years ago
Added Cmd-G next and prev support. More... over 14 years ago
Added exclusion for facebook.com. More... over 14 years ago
Bumped version to 0.12. More... over 14 years ago
Partially fixed some facebook issues. More... over 14 years ago
Now using window.find() instead of managing selection and results ourselves. Now using CSS-based method to detect :focus instead of focus/blur events, since it works for fields that recieved focus before we load our script (google pre-focused search field). Added field exclusion for contenteditable=true areas (facebook status update fields, etc.). More... over 14 years ago
initial commit More... over 14 years ago