Bookmarks clean up 的评价
Bookmarks clean up 作者: itwillnotbeasy
117 条评价
- 评分 5 / 5来自 Firefox 用户 13353718, 4 年前
- 评分 5 / 5来自 Firefox 用户 16867481, 4 年前
- 评分 5 / 5来自 Firefox 用户 16862548, 4 年前Perfect! The perfect all in one extension I didn't know I needed.
- 评分 5 / 5来自 Firefox 用户 16335270, 4 年前
- 评分 5 / 5来自 Firefox 用户 16051578, 4 年前
- 评分 5 / 5来自 Alexei Danchenkov, 4 年前
- 评分 5 / 5来自 Firefox 用户 16663057, 5 年前Does exactly what I needed it to, and even prevents you from being an idiot by telling you to back up your bookmarks.
- 评分 5 / 5来自 Joaquin Bravo Contreras, 5 年前Indeed it is lacking a feature to remove all bookmarks. What I did is open the dev console and ran this script a couple of times:
// select all duplicateCards
let duplicateCards = document.querySelectorAll('.duplicate');
// click the checkboxes leaving one out, 500 at a time to avoid timing out (I had a lot of duplicates)
for (let i=0; i<500; i++) {
let boxes = duplicateCards[i].querySelectorAll('.custom-checkbox input');
for (let j=1; j boxes[j].click();
}
}
// manually click the `remove all selected` button
// repeat :-p - 评分 5 / 5来自 Firefox 用户 16518013, 5 年前nicht nur die suche sondern auch das entfernen ändern ist effizient möglich
- 评分 5 / 5来自 Firefox 用户 13263956, 5 年前Work extremely well for removing bookmarks with broken links. Great addon. Can quickly remove dead links, empty folders and duplicate bookmarks
- 评分 5 / 5来自 Firefox 用户 16385583, 5 年前I love this, and want to make a feature request, please add a progress bar, I can't tell whether it is working or not.