高科大教學平台PDF下載

強制啟用PDF下載功能

当前为 2025-03-15 提交的版本,查看 最新版本

// ==UserScript==
// @name		高科大教學平台PDF下載
// @namespace		https://facaikotei.github.io/
// @version		2
// @description		強制啟用PDF下載功能
// @match		https://elearning.nkust.edu.tw/learn/path/viewPDF.php?*
// @icon		https://elearning.nkust.edu.tw/base/10001/door/tpl/icon.ico
// @grant		none
// @license		MIT
// @homepageURL		https://gf.qytechs.cn/zh-TW/scripts/496114-%E9%AB%98%E7%A7%91%E5%A4%A7%E6%95%99%E5%AD%B8%E5%B9%B3%E5%8F%B0pdf%E4%B8%8B%E8%BC%89
// @supportURL		https://github.com/facaikotei/nkust-pdf-dl
// ==/UserScript==

(function() {
    'use strict';

    if(document.getElementById("download").style.display=="none")
    {
        document.getElementById("download").style.display="block";
        document.getElementById("download").onclick=function(){window.open(DEFAULT_URL.replaceAll("%2F","/"));};
    }
})();

QingJ © 2025

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