URL ${ window.location.href }
页面尺寸 ${ window.innerWidth }x${ window.innerHeight }
设备类型 ${ CommonUtils.getDeviceType().toUpperCase() }
脚本运行方式 ${ { 'gm': '油猴', 'raw': '直接运行', 'pda': 'TornPDA' }[CommonUtils.getScriptEngine()] }
时间 ${ date.getFullYear() }/${ date.getMonth() + 1 }/${ date.getDate() } ${ date.getHours() }:${ date.getMinutes() }:${ date.getSeconds() }
插件版本 ${ glob.version }
操作系统 ${ os }
UA ${ window.navigator.userAgent }
用户ID ${ glob.player_info.userID }
用户名 ${ glob.player_info.playername }