// ==UserScript== // @name Json.cn净化 // @namespace http://tampermonkey.net/ // @version 0.3 // @description json.cn 纯净版 // @author aries.zhou // @match https://www.json.cn/** // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; $('header').append(""); })();