I finally took the time to mess around and figure out how to make a bookmark that would fill in my info for me. Here it is:
javascript: filldata = function() { document.getElementsByName("name")[0].value = "..."; document.getElementsByName("code")[0].value = "..."; document.getElementsByName("pin")[0].value = "..."; }; filldata()It's actually pretty damn simple, and now I'm upset at all the years (years!) I've wasted typing in my barcode over and over.
No comments:
Post a Comment