Changeset 317
- Timestamp:
- 06/21/07 20:46:02 (17 months ago)
- Location:
- extension/mpwgen
- Files:
-
- 2 modified
-
content/mpwgen.js (modified) (1 diff)
-
install.rdf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
extension/mpwgen/content/mpwgen.js
r199 r317 45 45 var user=this.getPref('string', 'mpwgen.username'); 46 46 var email=this.getPref('string', 'mpwgen.email'); 47 // substitute wildcard address 47 48 if ('@'==email.charAt(0)) email=host.match(/[^.]*/)+email; 49 // substitute plus address 50 email=email.replace('+@', '+'+host.match(/[^.]*/)+'@'); 48 51 49 52 var pass=this.hash(host+master),j; -
extension/mpwgen/install.rdf
r307 r317 4 4 <em:id>{afb4d196-e762-4d4c-a74d-d5ac21475f62}</em:id> 5 5 <em:name>Magic Password Generator</em:name> 6 <em:version>1. 3.5</em:version>6 <em:version>1.4</em:version> 7 7 <em:description>Magically make custom passwords for each website.</em:description> 8 8 <em:creator>Anthony Lieuallen</em:creator>