Don't translate Android Developers

Loads the original page instead of the autotranslated version that the search engines link to.

目前為 2025-04-23 提交的版本,檢視 最新版本

// ==UserScript==
// @name        Don't translate Android Developers
// @name:it     Non tradurre Android Developers
// @namespace   StephenP
// @match       https://developer.android.com/*/?hl=*
// @grant       none
// @version     1.0
// @author      StephenP
// @license     copyleft
// @run-at      document-start
// @description Loads the original page instead of the autotranslated version that the search engines link to.
// @description:it Carica la pagina originale invece della versione autotradotta a cui i motori di ricerca rimandano.
// ==/UserScript==
window.stop();
window.location.replace(window.location.href.split("?")[0]);

QingJ © 2025

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