tiger wang 在 本站2048油猴脚本,十分钟合成16384 中发帖
代码如下:
// ==UserScript==
// @name LinuxDo2048
// @namespace http://tampermonkey.net/
// @version 2025-07-02
// @description try to take over the world!
// @author TigerWang
// @match https://2048.linux.do/
// @icon https://www.google.com/s2/favicons?sz=64&domain=linux.do
// @grant none
// ==/UserScript==
(function () {
// 标记 AI 是否正在运行
let aiRunning...