- Add support for private window browsing
- jpm build
- Fix bug for form controls that are not immediately executed
- Fix build to work again for pre-FF35 browsers
- Support customizable accesskey (to arrive in FF 35)
- Restartless version
- Added accesskey (to arrive in FF 35)
- Make default off for including alt text within link text
- Change text displayed on context menu when grabbing non-link form control text
- Avoid displaying password context menu if not enabled
- Give option whether to immediately execute on context event or require explicit click of menu item
- Revert as wasn't working (and FF16 didn't complain); reinstate Thunderbird support
- Fix for Firefox 16 compatibility
- Added locales: tr-TR, sv-SE (thanks dr.can, Lakrits!)
- Added locales: pt-PT (thanks lloco!)
- Fix for preference checking
- Added Songbird, Thunderbird support
- Added locales: nl (thanks Ruffnekk!)
- Added locales: es-ES (thanks tito!)
- Added locales: zh-TW (thanks TKY!)
- Added locales: pt-BR, sr-RS (thanks Edgard Magalhaes, DakSrbija!)
- Added locales: zh-CN, fr, de-DE (thanks xf_mao, Bilouba, erglo!)
- Disable feature for all regular textboxes; no real need anyways and
- could conflict with some features like select-all or paste
- Since 1.4.2, reenabling for other input fields except for password
- when text is selected (though users may still wish to disable for
- password fields for security or to be able to select-all/paste into
- the field)
- Setting accessFormControls to false by default
- Only allow form controls right-click to override default
- if the user has not selected text within the input field;
- this should, for some users, actually allow accessFormControls
- to be always turned on (unless a webpage has its own
- right-click handlers which is very rare)
- My apologies to my users for not having anticipated
- conflicts here with right-click inside content areas;
- I really believe you can even turn accessFormControls back on,
- now but to be safe, I've turned it off by default for new
- users; if the setting doesn't get turned off for you, just go to
- Tools->Addons->Copy Link Text->Options and turn off one or both
- of the options; but I hope you will try it on because I
- think this should now let you have access to the new functionality
- without conflict with pre-existing functionality
- Please feel free to report any issues or requests on my blog:
- http://blog.brett-zamir.me/?p=55
- Added locales ja-JA (thanks Haebaru!) and ru-RU (thanks PiVV!)
- Offered preferences to disable right-click access to
- form controls or password fields specifically
- Added support for img alt text within links
- Right-click on select menu options (including multiple select), password inputs, checkboxes and radio controls, buttons (input, image, regular, submit, or reset), or file input to get their text, value, or label (for image buttons, this is the alt text and image source)
- Updated to FF3b2
- Updated to FF3b1
- Avoided occasional error console message