v1.2.2
- 修复了中值滤波不能消除椒盐噪声的问题
- 修复了滤波时不是完全使用原数据的问题
使用此版本的代码:
javascript:fetch('https://raw.githubusercontent.com/xfgryujk/weibo-img-crypto/fe534a1a0fb45e40bf9c7fec1631f801502845c7/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)})