更多的只是分享一下自己的个人习惯,我自己都说不好这种方式有啥优点。。
我自己主要是 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: