@keron油猴脚本:始皇充电特效同款 中发帖

由大鹅指导 @Clarke.L 
[Video_2025-01-22_114055]
// ==UserScript==
// @name 充电特效
// @namespace http://tampermonkey.net/
// @version 1.0
// @description 充电特效
// @author Clarke.L
// @match https://linux.do/*
// @grant none
// ==/UserScript==

(function() {
'use strict';


const style = document.createElement('style');
style.type = 'text/css';
style...