Last active
February 12, 2024 00:38
-
-
Save unscriptable/4562328 to your computer and use it in GitHub Desktop.
bookmarklet to collapse all replies and retweets on a person's twitter timeline feed page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:/**(c)2013_unscriptable.com.License:MIT*/(function(){var a=document;try{var b;if(!a.getElementById("page-container"))throw"Are you sure you're on a Twitter page?";b=a.getElementById("collapse-stuff");b||(b=a.createElement("style"),b.id="collapse-stuff",a.head.appendChild(b));0==b.sheet.cssRules.length?b.sheet.insertRule("[data-mentions],[data-retweet-id]{display:none}",0):b.sheet.deleteRule(0)}catch(c){alert("Oops! "+c+" That didn't work :(")}}()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
instructions: