Skip to content

v1.2.0

Compare
Choose a tag to compare
@xfgryujk xfgryujk released this 19 Jul 02:58
· 25 commits to master since this release
  • 添加新算法,使用新算法不会出现有损压缩造成的高频噪声
  • 自动获取原图地址再解密,不用查看原图再解密了
  • 添加解密后处理(高斯模糊、中值滤波)

使用此版本的代码:

javascript:fetch('https://raw.githubusercontent.com/xfgryujk/weibo-img-crypto/613e966141afd207d086a9d976c49e5f8dde347a/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)})