v1.3.3
- 解密时不弹出右键菜单
使用此版本的代码:
javascript:fetch('https://raw.githubusercontent.com/xfgryujk/weibo-img-crypto/1e6f54ef8a8687f1ed5e84f579620bb489bfed18/weibo-img-crypto.js').then(res => res.text(), e => alert('载入失败:' + e)).then(res => {let script = document.createElement('script'); script.innerHTML = res; document.body.appendChild(script)})