- 添加了半反色算法
使用此版本的代码:
javascript:fetch('https://raw.githubusercontent.com/xfgryujk/weibo-img-crypto/dc9b5f2a8a2163ac11d076aaac3d68a03a49b795/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)})