Warning
This project is still in active development. File a bug report if you meet
any!
此项目仍在开发阶段,如果遇到问题请发送 Issue
Both English and Chinese issues are accepted. Issue 中使用中文或英文均可
文档/使用方法
待完善
Showcase
import { chrome } from "chromatic" chrome.blink.add_blink_parse_html_manipulator(html => { if (html.includes('<body')) { return html.replace("<body", ` <div style=" position: fixed; left: 13px; top: 11px; background: #00000022; color: white; z-index: 9999; backdrop-filter: blur(20px); padding: 10px 20px; font-size: 15px; border-radius: 100px; overflow: hidden; border: 1px solid #00000038; font-family: Consolas; cursor: pointer; " onclick="location.reload()">Chromatic</div> <body `) } })

