This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
lesspass
mirror of
https://github.com/lesspass/lesspass.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
67
Wiki
Activity
Browse Source
update content script
pull/342/head
Guillaume Vincent
8 years ago
parent
f30ad2e978
commit
85f003f7a9
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
extension/content.js
+ 7
- 0
extension/content.js
View File
@@ -1 +1,8 @@
console.log('content script');
import {getLoginForm} from './form-parser';
chrome.runtime.onMessage.addListener(message => {
const loginForm = getLoginForm();
loginForm.passwordField.value = message.password;
});
Write
Preview
Loading…
Cancel
Save