// ==UserScript== // @name 无图模式 // @namespace http://tampermonkey.net/ // @license MIT // @version 0.2 // @icon https://qwn3213.com/icon/tupian.png // @description 点击脚本菜单关闭/开启页面图片 // @author Q伟N // @match *://*/* // @require http://code.jquery.com/jquery-latest.js // @grant GM_registerMenuCommand // @grant GM_unregisterMenuCommand // @grant GM_setValue // @grant GM_getValue // @downloadURL none // ==/UserScript== (function() { 'use strict'; var host = window.location.hostname; var imgShow = GM_getValue(host); if (imgShow === false) { $('img').each(function() { $(this).hide(); if (!$(this).next().is('.hidden-image-notice')) { // 如果还没有添加过文案 $(this).after('