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