EOS Labor Kiosk

Will Log associate into End of Shift function

当前为 2018-09-25 提交的版本,查看 最新版本

// ==UserScript==
// @name         EOS Labor Kiosk
// @namespace    http://tampermonkey.net/
// @version      0.2
// @description  Will Log associate into End of Shift function
// @author       cpatters
// @match        https://aftlite-portal.amazon.com/indirect_action
// @grant        none
// ==/UserScript==

var login= prompt( "scan badge");
if(document.getElementById('scan_name').value= login){
    document.getElementById('scan_code').value= 'EOS'
    document.querySelector("input[type='submit']").click();
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址