Created
March 6, 2012 14:51
-
-
Save nikolaplejic/1986649 to your computer and use it in GitHub Desktop.
Make The Facebook Ticker Bigger (& Kill Chat) Greasemonkey Script
This file contains hidden or 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
// ==UserScript== | |
// @name Make The Facebook Ticker Bigger (& Kill Chat) | |
// @namespace http://nikola.plejic.com/ | |
// @include https://www.facebook.com/* | |
// @include http://www.facebook.com/* | |
// @include https://facebook.com/* | |
// @include http://facebook.com/* | |
// ==/UserScript== | |
document.querySelector("#pagelet_ticker").style.height = "95%"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment