📌 📄 内容摘要:
@Moto 在 分享油猴脚本:网页版YouTube的评论自动翻译为中文 中发帖
网页版YouTube的评论默认如下:
[image]
每次非中文评论要翻译为中文都要手动点击一下,比较麻烦,于是用Cursor写了一个油猴脚本,会自动点击:“翻译成中文(中国)”。
脚本代码如下,目前测试没有遇到问题,如果有发现问题,请大家留言,我再优化:
// ==UserScript==
// @name YouTube评论自动翻译成中文
// @namespace http://tampermonkey.net/
// @version 0.4
// @description 自动点击"翻译成中文(中国)"
// @author [email protected]
// @match https://www.youtube.com/*
// @grant none
// ==/UserScript==
(f...
────────── 链接信息 ────────── 🔗 论坛链接: linux.do 📎 访问地址: https://linux.do/t/topic/315788/1 ─────────────────────────────
📢 来源:LINUX DO