LonelyCodedex题目翻译器 中发帖

// ==UserScript==
// @name         Codedex 自动翻译(Chrome Translator API / Google 降级)
// @namespace    https://github.com/yourname/codedex-translator
// @version      5.0.0
// @description  检测到 .challenge-container 加载完毕后自动翻译,无需按钮
// @author       You
// @match        https://www.codedex.io/*
// @grant        GM_xmlhttpRequest
// @connect      translate.googleapis.com
// @run-at       document-idle
//...
 
 
Back to Top