// ==UserScript== // @name 国家中小学智慧教育平台pdf电子课本下载 // @namespace https://space.bilibili.com/314017356 // @version 1.0 // @description 从国家中小学智慧教育平台下载高清pdf课本 // @author 清遥 // @license MIT // @match https://basic.smartedu.cn/tchMaterial/* // @icon https://basic.smartedu.cn/favicon.ico // @grant GM_openInTab // @compatible Chrome // @compatible Firefox // @compatible Edge // @compatible Safari // @downloadURL none // ==/UserScript== const currentUrl = window.location.href; var newUrl=(currentUrl.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})