-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathdebugger.js
More file actions
15 lines (15 loc) · 812 Bytes
/
debugger.js
File metadata and controls
15 lines (15 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// ==UserScript==
// @name PKU-Thesis-Download Debugger
// @namespace https://greasyfork.org/zh-CN/scripts/442310-pku-thesis-download
// @supportURL https://github.com/xiaotianxt/PKU-Thesis-Download
// @homepageURL https://github.com/xiaotianxt/PKU-Thesis-Download
// @author xiaotianxt
// @match http://162.105.134.201/pdfindex*
// @match https://drm.lib.pku.edu.cn/pdfindex*
// @icon https://www.google.com/s2/favicons?sz=64&domain=pku.edu.cn
// @require https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js
// @require https://cdnjs.cloudflare.com/ajax/libs/notify/0.4.2/notify.min.js
// @require file:///Users/tian/Develop.localized/PKU-Thesis-Download/main.js
// @license GNU GPLv3
// @grant GM_addStyle
// ==/UserScript==