GaiaOnline - Marketplace Password Focus

Makes the Password field have focus

< Feedback on GaiaOnline - Marketplace Password Focus

Question/comment

§
Posted: 20 November 2017

Could be faster

Here is a single liner for this

document.evaluate('.//input[@name="password" and @class="marketplaceInputField"]', document, null, 9, null).singleNodeValue.focus();

Post reply

Sign in to post a reply.