V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
爱意满满的作品展示区。
wdssmq
V2EX  ›  分享创造

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

  •  
  •   wdssmq ·
    wdssmq · 2021-09-27 12:09:28 +08:00 · 1476 次点击
    这是一个创建于 934 天前的主题,其中的信息可能已经有所发展或是发生改变。

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

    我自己主要是 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

    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2509 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 16:06 · PVG 00:06 · LAX 09:06 · JFK 12:06
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.