Skip to content

Instantly share code, notes, and snippets.

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