// ==UserScript==
// @name Save Page
// @name:zh-CN 保存页面
// @description Save page as single HTML file.
// @description:zh-CN 将页面保存为单个 HTML 文件。
// @namespace https://greasyfork.org/users/197529
// @version 0.1.3
// @author kkocdko
// @license Unlicense
// @match *://*/*
// @grant GM_xmlhttpRequest
// @noframes
// @downloadURL none
// ==/UserScript==
"use strict";
const { addFloatButton, fetchex } = {
addFloatButton(text, onclick) /* 20220324-0950 */ {
if (!document.addFloatButton) {
const host = document.body.appendChild(document.createElement("div"));
const root = host.attachShadow({ mode: "open" });
root.innerHTML = `