Skip to content

v1.3.3

Compare
Choose a tag to compare
@xfgryujk xfgryujk released this 13 Aug 03:08
· 4 commits to master since this release
  • 解密时不弹出右键菜单

使用此版本的代码:

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)})