// ==UserScript== // @name SingleFile - 单文件保存网页 // @namespace SingleFile // @version 0.2 // @description try to take over the world! // @author PY-DNG // @include * // @grant GM_xmlhttpRequest // @downloadURL none // ==/UserScript== (function() { 'use strict'; // User Swiches const developer = true; // variants let i, j; // Get HTML const HTML_ORGINAL = document.lastChild.outerHTML; let HTMLDOC = new DOMParser().parseFromString(HTML_ORGINAL, 'text/html'); if (developer) {console.log('HTML_ORGINAL', HTML_ORGINAL, HTMLDOC);}; // Remove