Bluesky Like Bomb

Drag this to your bookmarks bar. Clicking it will like every visible post in the thread on Bluesky.

💞 like bomb 💞

Original twitter version by @nvpkp.bsky.social. Created with help from the Bluesky API Touchers Discord. Bookmarklet created with Bookmarkleter.

Unminified source code:
1var d = document;
2var $$ = d.querySelectorAll.bind(d);
3var l = window.location.hostname;
4var likeButtons = $$('div[aria-label^="Like ("]');
5var filteredLikeButtons = [...likeButtons].filter(likeButton => !!likeButton.offsetParent);
6filteredLikeButtons.forEach(e => e.click());
7