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:
var d = document;
var $$ = d.querySelectorAll.bind(d);
var l = window.location.hostname;
var likeButtons = $$('button[aria-label^="Like ("]');
var filteredLikeButtons = [...likeButtons].filter(likeButton => !!likeButton.offsetParent);
filteredLikeButtons.forEach(e => e.click());