你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/3236-gaiaonline-marketplace-password-focus/discussions/13631,源站連結 點此以跳轉。
Makes the Password field have focus
< 脚本 GaiaOnline - Marketplace Password Focus 的反馈
Could be fasterHere is a single liner for thisdocument.evaluate('.//input[@name="password" and @class="marketplaceInputField"]', document, null, 9, null).singleNodeValue.focus();
document.evaluate('.//input[@name="password" and @class="marketplaceInputField"]', document, null, 9, null).singleNodeValue.focus();
登录以发布留言。
Could be faster
Here is a single liner for this
document.evaluate('.//input[@name="password" and @class="marketplaceInputField"]', document, null, 9, null).singleNodeValue.focus();