刚买的</s>昵称装饰特效<e>
直接F12拷贝特效css
使用油猴脚本
```javascript
// ==UserScript==
// @name NL_username
// @namespace chendaye.com
// @version 2024-08-20
// @description NL特效昵称
// @author chendaye
// @match https://www.nodeloc.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=nodeloc.com
// @grant GM_addStyle
// ==/UserScript==
(function() {
let css= .username { background: linear-gradient(to right, #66f, #09f, #0f0, #f39, #66f); -webkit-background-clip: text; background-clip: text; color: transparent; animation: decorationStoreColorText1Animation 6s ease-in-out infinite; background-size: 400% 100%; }
GM_addStyle(css)
})();
```
效果展示:
[upl-image-preview url=https://s.rmimg.com/2024-08-20/1724126999-910784-image.png]