this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

better show all bookmarklet

alice 984869cb 0c0be8e1

+1 -1
+1 -1
src/app/showall/page.tsx
··· 54 54 case l.includes('twitter.com'): 55 55 case l.includes('x.com'): 56 56 [...$$('span')] 57 - .filter(div => div.innerHTML.trim() === 'View') 57 + .filter(div => div.innerHTML.trim().match(/^(View|Show replies|Show more replies)$/)) 58 58 .forEach(e => e.click()); 59 59 break; 60 60 }`;