···11-// import './globals.css';
11+import './globals.css';
22import React from 'react';
33import GA from '@/utils/ga';
44
+6-1
src/app/likebomb/page.tsx
···77 return (
88 <>
99 <div>
1010- Drag this to your bookmarks bar. Clicking it will like every visible post in the thread.{' '}
1010+ Drag this to your bookmarks bar. Clicking it will like every visible post in the thread.
1111+ <br />
1212+ <br />
1113 <div
1214 dangerouslySetInnerHTML={{
1315 __html:
1416 '<a href="javascript:void%20function()%7Bconst%20a=document.querySelectorAll(%22div%5Baria-label=%5C%22Like%5C%22%5D%22),b=%5B...a%5D.filter(a=%3E!!a.offsetParent);b.forEach(a=%3Ea.click())%7D();">bsky like bomb</a>',
1517 }}
1618 ></div>
1919+ <br />
2020+ <a href="https://page.brick.do/like-bomb-bookmarklet-lkKreDvYyP4d">Original twitter version</a> by{' '}
2121+ <a href="https://staging.bsky.app/profile/did:plc:xbxpdv7nstw5ybmlneupnuaa">@nvpkp.bsky.social</a>.
1722 </div>
1823 </>
1924 );