NSFC_conclusion_downloader

帮助你直接下载国自然结题报告

旧版: v1.5 - 2022-05-31 - fix: 由于国自然更新导致只能下载第一页的问题
新版: v1.6 - 2023-02-14 - fix: 下载按钮不显示

  • --- /tmp/diffy20250608-2110460-kyfghs 2025-06-08 09:45:54.712025016 +0000
  • +++ /tmp/diffy20250608-2110460-6lpgvb 2025-06-08 09:45:54.712025016 +0000
  • @@ -1,7 +1,7 @@
  • // ==UserScript==
  • // @name NSFC_conclusion_downloader
  • // @namespace https://blog.rhilip.info/
  • -// @version 1.5
  • +// @version 1.6
  • // @description 帮助你直接下载国自然结题报告
  • // @author Rhilip
  • // @match https://kd.nsfc.gov.cn/finalDetails*
  • @@ -39,7 +39,7 @@
  • const conclusionReportTab = await waitForElm('#related');
  • // 准备交互按钮,并插入到页面中
  • - const downloadBtn = $('<button type="button" class="el-button el-button--default el-button--medium is-round">下载全文</button>');
  • + const downloadBtn = $('<div type="button" class="el-button el-button--default el-button--medium is-round">下载全文</div>');
  • conclusionReportTab.find('div.verticalBar_T').after(downloadBtn);
  • // 点击交互按钮时需要开始下载操作

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址