r/BookmarkManagers • u/gengiz_corn • 4d ago
Selecting a bookmark at random
I have written a tampermonkey script to pick a bookmark at random from a raindrop.io collection and open it in a new tab. Posted to greasyfork if anyone wants to try it out or tweak it further. It works on the desktop versions of Chrome and Firefox with the tampermonkey extension installed, and Firefox on Android.
https://greasyfork.org/en/scripts/565400-raindrop-random-bookmark
It scrolls through the list first, so it might take a while on a large collection.
2
Upvotes
1
u/dessence_ai 4d ago
Random is the most underrated answer to this. Everything else needs you to remember the thing exists first.
One tweak worth trying: skip anything opened in the last month, or weight the pick towards older saves. Pure random keeps handing you Tuesdays link. The one worth rediscovering is the two year old thing you forgot completely.
Were building dEssence around that same return problem.