// ==UserScript== // @name 教育平台pdf下载 // @namespace http://harukaworks.link/ // @version 0.1 // @description 从正规平台下载高清教科书pdf // @author 清遥 // @license MIT // @match https://basic.smartedu.cn/tchMaterial/* // @grant GM_openInTab // @downloadURL none // ==/UserScript== const currentUrl = window.location.href; var str=currentUrl; var newUrl=(str.slice(83, str.length - 47)); GM_openInTab("https://r1-ndr.ykt.cbern.com.cn/edu_product/esp/assets_document/"+newUrl+".pkg/pdf.pdf",{ active: true, setParent :true})