Greasy Fork

国家中小学智慧教育平台pdf电子课本下载

从国家中小学智慧教育平台下载高清pdf课本

目前为 2023-09-17 提交的版本。查看 最新版本

// ==UserScript==
// @name         国家中小学智慧教育平台pdf电子课本下载
// @namespace    https://space.bilibili.com/314017356
// @version      1.1
// @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
// ==/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})