您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
哈哈哈哈
当前为
// ==UserScript== // // @version 1.0 // @match *://*/* // @name 税务助手 // @namespace 税务助手 // @author 太子爷 // @description 哈哈哈哈 // ==/UserScript== setInterval(getImgSrc,5000); function getImgSrc() { if(document.querySelector('#qrcodeDiv > img')) { console.log(document.referrer); var src= document.querySelector('#qrcodeDiv > img').src; console.log('--->',src); console.log('--->',document.currentCompanyId); console.log('--->',document.userPwd); } else{ setTimeout(getImgSrc,500); } }