v1.3.1
- 在当前页面打开选择图片的大图,修复了Edge无法保存图片的问题
使用此版本的代码:
javascript:fetch('https://raw.githubusercontent.com/xfgryujk/weibo-img-crypto/73734e3100f685bb076a513d07c861a0fdafeea0/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)})