-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
28 lines (23 loc) · 957 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
</head>
<body style="color:#000;background:#FFF">
<h1>Bulk password changer</h1>
<p>
When you need to mass-update your password, do this:<p>
<ul>
<li>Click "Generate Script". Some code will be copied to clipboard.
<li>From menu select "Tools/Web Developer/Browser Console", (or press Ctrl+Shift+J).
<li>Check if the input line at the window bottom is visible, if not, you need to go to
<a href="about:config">about:config</a> and change the <code>devtools.chrome.enabled</code> preference to <code>true</code>.
Then close and open the window again.
<li>Right click on the input line at the bottom and paste the code there, and press Enter. You will be asked further there for password change.
</ul>
<i>[email protected]</i>
<p>
<form><input type="button" id="button" value="Generate Script"></form>
<script src="opt.js"></script>
</body>
</html>