V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
爱意满满的作品展示区。
wdssmq

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

  •  
  •   wdssmq ·
    wdssmq · Sep 27, 2021 · 1922 views
    This topic created in 1673 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   ·   4672 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 10:07 · PVG 18:07 · LAX 03:07 · JFK 06:07
    ♥ Do have faith in what you're doing.