// ==UserScript== // @name 过图自定义 // @namespace http://tampermonkey.net/ // @version 0.0.01 // @description 给手机网站增加一个可以隐藏图片的按钮 // @author self // @match *://m.*/* // @require https://cdn.staticfile.org/jquery/1.12.4/jquery.min.js // @grant none // @downloadURL none // ==/UserScript== function hidePic(){ var a = document.getElementsByTagName("img"); for(var i =0;i