Skip to content

Instantly share code, notes, and snippets.

@0x1306a94
0x1306a94 / skip_translate.js
Last active March 1, 2024 14:23
让谷歌翻译插件翻译网页的时候,绕过代码块和一些无需翻译的元素
// ==UserScript==
// @name 谷歌翻译绕过代码块(适配github,mathworks等)
// @version 0.2
// @description 让谷歌翻译插件翻译网页的时候,绕过代码块和一些无需翻译的元素
// @match http*://*/*
// @match localhost:*
// @match 127.0.0.1:*
// @match *
// @license MIT
// @grant none