// ==UserScript== // @name 南+隐藏图片 // @version 0.1 // @description 悄咪咪! // @author zfy2299 // @match *://www.spring-plus.net/* // @match *://www.level-plus.net/* // @icon https://www.google.com/s2/favicons?domain=spring-plus.net // @grant none // @require https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js // @namespace zfy2299_南+隐藏图片 // @downloadURL none // ==/UserScript== (function() { 'use strict'; $(document).ready(function() { console.log('jquery引入成功'); let contentImg = $('th.r_one img'); $.each(contentImg, function(index, ele){ if(ele.onclick) { let imgSrc = ele.src; $(ele).replaceWith(`