// ==UserScript== // @name 清华大学学位论文下载解禁 // @namespace http://tampermonkey.net/ // @version 2025-01-04 // @description 清华大学学位论文下载解禁,仅方便大家下载论文 // @author chent4752@gmail.com // @match https://newetds.lib.tsinghua.edu.cn/pdf/generic/web/viewer.html?file* // @icon https://www.google.com/s2/favicons?sz=64&domain=tsinghua.edu.cn // @grant none // @run-at document-end // @license MIT // @downloadURL https://update.greasyfork.icu/scripts/522887/%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6%E5%AD%A6%E4%BD%8D%E8%AE%BA%E6%96%87%E4%B8%8B%E8%BD%BD%E8%A7%A3%E7%A6%81.user.js // @updateURL https://update.greasyfork.icu/scripts/522887/%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6%E5%AD%A6%E4%BD%8D%E8%AE%BA%E6%96%87%E4%B8%8B%E8%BD%BD%E8%A7%A3%E7%A6%81.meta.js // ==/UserScript== (function() { 'use strict'; ['keydown', 'keypress', 'keyup'].forEach(function(eventType) { document.addEventListener(eventType, function(event) { event.stopPropagation(); event.preventDefault(); }, true); }); console.log("=====test====="); // 移除旧的