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 によるレビュー (7年前)
- 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年前)