去除W3Schools “notranslate”

去除W3Schools table “notranslate” css class

目前为 2020-12-12 提交的版本。查看 最新版本

// ==UserScript==
// @name         去除W3Schools “notranslate”
// @namespace    https://gf.qytechs.cn/zh-CN/users/684443
// @homepage     https://gf.qytechs.cn/zh-CN/scripts/410457
// @supportURL   https://gf.qytechs.cn/zh-CN/scripts/410457/feedback
// @version      1.1.6
// @description  去除W3Schools table “notranslate” css class
// @author       zhouhaiboa
// @match        https://www.w3schools.com/*/*.asp
// @match        https://www.w3schools.com/*/*.asp*
// @icon         https://www.w3schools.com/favicon.ico
// @require      https://cdn.staticfile.org/jquery/3.5.1/jquery.min.js
// @compatible   chrome
// @compatible   firefox
// @compatible   opera
// @license      GNU GPLv3
// @grant        GM_addStyle
// ==/UserScript==

(function() {
  $("table").removeClass("notranslate");
  $("table tr td a").addClass("notranslate");
  $("table tr td:nth-child(1)").addClass("notranslate");
})();

QingJ © 2025

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