Skip to content

Commit

Permalink
Lonely space.
Browse files Browse the repository at this point in the history
  • Loading branch information
borfast committed Jul 20, 2012
1 parent 4daa10e commit 47d342d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -17,7 +17,7 @@ h2. How to use
You have two options:

# Use the "online generator":http://www.borfast.com/projects/arris-tm602a-password-of-the-day-generator/generator to generate one or more passwords.
# If you want to use a bookmarklet, drag this <notextile> <a href="javascript:(function(){var fragment=document.createDocumentFragment();var script=document.createElement('script');script.type='text/javascript';script.src='https://raw.github.com/borfast/arrispwgen/master/arrispwgen.js';var head=document.getElementsByTagName('head')[0];var done=false;script.onload=script.onreadystatechange=function() {if( !done && ( !this.readyState || this.readyState==='loaded' || this.readyState==='complete') ) {done=true;var today=(new Date()).getTime();window.prompt('Arris modem password for today is shown below. Use Ctrl+C to copy, Enter or Esc to dismiss.', GenArrisPasswords(today)[today]);}};fragment.appendChild(script);head.appendChild(fragment);})();">Arris password of the day</a></notextile> link to your bookmarks and whenever you click it, you'll get the password for the current day.
# If you want to use a bookmarklet, drag this <notextile><a href="javascript:(function(){var fragment=document.createDocumentFragment();var script=document.createElement('script');script.type='text/javascript';script.src='https://raw.github.com/borfast/arrispwgen/master/arrispwgen.js';var head=document.getElementsByTagName('head')[0];var done=false;script.onload=script.onreadystatechange=function() {if( !done && ( !this.readyState || this.readyState==='loaded' || this.readyState==='complete') ) {done=true;var today=(new Date()).getTime();window.prompt('Arris modem password for today is shown below. Use Ctrl+C to copy, Enter or Esc to dismiss.', GenArrisPasswords(today)[today]);}};fragment.appendChild(script);head.appendChild(fragment);})();">Arris password of the day</a></notextile> link to your bookmarks and whenever you click it, you'll get the password for the current day.

h2. Disclaimer

Expand Down

0 comments on commit 47d342d

Please sign in to comment.