近战法师 (@leeorz) 在 搞了个L站春节灯笼效果,各位佬来试试哇 中发帖
[image]
脚本如下,直接放油猴里面就行:
// ==UserScript==
// @name Lantern on linux.do
// @namespace http://tampermonkey.net/
// @version 0.1.0
// @description Add a lantern element to linux.do
// @author You
// @match https://linux.do/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
// Generated from lantern.html
// CSS
const style = docum...