This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |