Bookmarks clean up のレビュー
Bookmarks clean up 作成者: itwillnotbeasy
合計レビュー数: 122
- 5 段階中 5 の評価Firefox ユーザー 13486815 によるレビュー (5年前)
- 5 段階中 5 の評価Firefox ユーザー 13549691 によるレビュー (5年前)
- 5 段階中 5 の評価Firefox ユーザー 13353718 によるレビュー (5年前)
- 5 段階中 5 の評価Firefox ユーザー 16867481 によるレビュー (5年前)
- 5 段階中 5 の評価Firefox ユーザー 16862548 によるレビュー (5年前)Perfect! The perfect all in one extension I didn't know I needed.
- 5 段階中 5 の評価Firefox ユーザー 16335270 によるレビュー (5年前)
- 5 段階中 5 の評価Firefox ユーザー 16051578 によるレビュー (5年前)
- 5 段階中 5 の評価Alexei Danchenkov によるレビュー (5年前)
- 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