Skip to content

Instantly share code, notes, and snippets.

@marckohlbrugge
Last active December 31, 2019 12:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marckohlbrugge/b5448a038f6c7ec282edd88a766bbaa9 to your computer and use it in GitHub Desktop.
Save marckohlbrugge/b5448a038f6c7ec282edd88a766bbaa9 to your computer and use it in GitHub Desktop.
Shows all tweets with 25+ retweets of Twitter profile you're currently looking at.
javascript:(function()%7Bwindow.location%20%3D%20%60https%3A%2F%2Ftwitter.com%2Fsearch%3Fq%3Dfrom%253A%24%7Bdocument.location.href.match(%2Ftwitter.com%5C%2F(%5Ba-z0-9_%5D%2B)%2Fi)%5B1%5D%7D%2520min_retweets%253A25%26src%3Dtyped_query%60%7D)() // window.location = `https://twitter.com/search?q=from%3A${document.location.href.match(/twitter.com\/([a-z0-9_]+)/i)[1]}%20min_retweets%3A25&src=typed_query`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment