Bookmarks clean up 的评价
Bookmarks clean up 作者: itwillnotbeasy
124 条评价
- 评分 5 / 5来自 Joaquin Bravo Contreras, 6 年前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, 6 年前nicht nur die suche sondern auch das entfernen ändern ist effizient möglich
- 评分 5 / 5来自 Firefox 用户 13263956, 6 年前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, 6 年前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.
- 评分 5 / 5来自 woodpecker, 6 年前
- 评分 5 / 5来自 Firefox 用户 12837867, 6 年前
- 评分 5 / 5来自 martino187, 6 年前
- 评分 5 / 5来自 enseitankad0, 6 年前
- 评分 5 / 5来自 Firefox 用户 13446826, 6 年前
- 评分 5 / 5来自 Firefox 用户 13291771, 6 年前
- 评分 5 / 5来自 James Deane, 7 年前Super easy to use.
Worked great.
It would be nice to see the title, or where in my bookmarks the offending bookmark is located, for future improvement. - 评分 5 / 5来自 Grandpa Aquaman, 7 年前