six666 在 水一个油猴脚本X手残党必备 中发帖
X 推文自动翻译成中文,自动点击推文中的翻译按钮 🤣
挑战L站史上最水帖
// ==UserScript==
// @name X 推文自动翻译成中文
// @description 自动点击推文中的翻译按钮, 手残党必备
// @author yyds666
// @version 0.1
// @namespace http://tampermonkey.net/
// @match https://twitter.com/*
// @match https://x.com/*
// @icon https://abs.twimg.com/favicons/twitter.ico
// ==/UserScript==
(function () {
'use strict';
...