Skip to content

Instantly share code, notes, and snippets.

@theophani
Created September 12, 2011 12:40
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 theophani/1211161 to your computer and use it in GitHub Desktop.
Save theophani/1211161 to your computer and use it in GitHub Desktop.
bookmarklet for making Facebook stream more readable
javascript: (function(d) { var e = d.createElement('style'); e.innerHTML = ".uiStream .uiStreamMessage { font-size: 20px; } #rightCol { display: none; } .hasLeftCol .hasRightCol #contentArea { width: 759px; } .uiStreamStory { padding-right: 0; } .uiUfi { width: auto; } #leftCol { opacity: 0.5 } .uiStream .uiStreamHide { margin-right: 0; }"; d.body.appendChild(e); } )(document);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment