爱意满满的作品展示区。
wdssmq

将各种稍后再看或收藏导出为 *.url 管理

  •  
  •   wdssmq ·
    wdssmq · Sep 27, 2021 · 1999 views
    This topic created in 1715 days ago, the information mentioned may be changed or developed.

    更多的只是分享一下自己的个人习惯,我自己都说不好这种方式有啥优点。。

    我自己主要是 feedly 和 b 站各自的稍后再看列表。

    主要代码示意:

    let strRlt = "";
    arrUrls.forEach(function (e, i) {
      const serial = i + 1;
      const title = e.title.replace(/\\|\/|:|\*|!|\?]|<|>/g, "");
      const href = e.href || e.url;
      strRlt += `echo [InternetShortcut] > "${serial}-${title}.url"\n`;
      strRlt += `echo "URL=${href}" >> "${serial}-${title}.url"\n`;
    });
    strRlt += "exit\n\n";
    

    配合 Git Bash Here 使用;


    「 bilibili 」 - 稍后再看导出为.url:

    https://greasyfork.org/zh-CN/scripts/398415

    [Feedly] - 中键标记已读 + 收藏导出为*.url:

    https://greasyfork.org/zh-CN/scripts/381793

    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1046 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 30ms · UTC 19:02 · PVG 03:02 · LAX 12:02 · JFK 15:02
    ♥ Do have faith in what you're doing.