3 projects tagged "FireFox"
CreditCardNanny is a Web browser extension for Google Chrome and Mozilla Firefox that detects forms that otherwise look secure (with a proper and valid SSL certificate, encrypted, and seemingly safe to enter sensitive data such as credit card details) but actually then submit this form data in a cleartext email to the site administrators. This extension detects such forms and warns you of the possibility that sensitive information may be exposed in clear-text, putting you and your sensitive data at risk. You can test the extension by browsing to https://cc-nanny.appspot.com/test-secure-page, a dummy credit card form that uses a form emailer script, a very common pattern used on an alarmingly large number of Web sites.
Ymacs is an extensible AJAX text editor aimed for programmers. It's similar in spirit, features, and key bindings to Emacs: it supports multiple buffers, split frames, dynamic completion, multiple keymaps, and Emacs-like undo queue and kill ring. And of course, Emacs-like key bindings for all of that. It provides syntax highlighting and automatic indentation for a few programming modes, currently JavaScript, XML, CSS, and Lisp. Ymacs is based on the DynarchLIB AJAX toolkit and currently runs on Firefox (support for more browsers is planned). It's implemented in JavaScript and can be programmed in JavaScript as it's running.