Bookmarks clean up에 대한 리뷰
Bookmarks clean up 제작자: itwillnotbeasy
리뷰 119개
- 5점 만점에 5점Firefox 사용자 13549691 님, 4년 전
- 5점 만점에 5점Firefox 사용자 13353718 님, 4년 전
- 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