Loading... #0x00 ![][1] 如图,图片上有一层"灰蒙蒙"的蒙版,控制它的class name是`bg-while-opacity`,只需要添加JS代码将它去除即可. #0x01 代码: ```javascript try{ document.getElementsByClassName("wrapper-lg bg-white-opacity")[0].classList.remove("bg-white-opacity"); }catch(err){} ``` 去除效果: ![][2] [1]: /usr/uploads/2019/10/2902030084.png [2]: /usr/uploads/2019/10/3433123953.png Last modification:October 25, 2019 © Allow specification reprint Support Appreciate the author AliPayWeChat Like 0 如果觉得我的文章对你有用,请随意赞赏
One comment
这个class文件在那个目录?