allow-translate

允许谷歌浏览器对temu站点进行翻译

// ==UserScript==
// @name         allow-translate
// @namespace    http://tampermonkey.net/
// @version      2024-04-24
// @description  允许谷歌浏览器对temu站点进行翻译
// @author       Deyu
// @include      https://www.temu.com/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=temu.com
// @grant        none
// @license MIT
// ==/UserScript==

(function() {
    document.documentElement.setAttribute("translate", "")
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址