Skip to content

Instantly share code, notes, and snippets.

@nikolaplejic
Created March 6, 2012 14:51
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 nikolaplejic/1986649 to your computer and use it in GitHub Desktop.
Save nikolaplejic/1986649 to your computer and use it in GitHub Desktop.
Make The Facebook Ticker Bigger (& Kill Chat) Greasemonkey Script
// ==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