Skip to content

Instantly share code, notes, and snippets.

@benaubin
Last active December 6, 2016 00:15
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 benaubin/452e8ea200b76d13526fc7bba69332d4 to your computer and use it in GitHub Desktop.
Save benaubin/452e8ea200b76d13526fc7bba69332d4 to your computer and use it in GitHub Desktop.
Allows you to fix twitter bios.
$(".ProfileHeaderCard-bio").attr('contentEditable', true)
@benaubin
Copy link
Author

benaubin commented Dec 6, 2016

Use this by coping javascript:$(".ProfileHeaderCard-bio").attr('contentEditable', true) into your browser's address bar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment