// ==UserScript==
// @name HTML Previewer for ChatGPT & AICNN & Oaifree
// @version 1.0
// @description 在 chatgpt.com, plus.aicnn.xyz, new.oaifree.com 上预览 HTML 代码,通过在带有 'language-html' 类的代码块下方添加 iframe。还支持下载 HTML 预览,并兼容 Mermaid 图表渲染。
// @author RoderickZH
// @match https://chatgpt.com/*
// @match https://plus.aicnn.xyz/*
// @match https://plus.aivvm.com/*
// @match https://new.oaifree.com/*
// @match https://*.new.oaifree.com/*
// @grant none
// @license MIT
// @downloadURL https://您的下载链接
// @updateURL https://您的更新链接
// ==/UserScript==
(function() {
'use strict';
// 替换 Mermaid 脚本标签的函数
此文件已被截断。 显示原始文件