Created
August 7, 2010 19:19
-
-
Save badsyntax/513090 to your computer and use it in GitHub Desktop.
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
IFS=$'\n';for f in $(find ~/Library/Application\ Support/Firefox/Profiles|grep userContent);do echo '#recommended_users {display:none !important;}'>>$(dirname $f)/userContent.css;done;echo Restart firefox |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will only work for Firefox installed on OSX. (Tested on OSX 10.6). This appends a style rule to hide the 'who to follow' box in twitter, for ALL Firefox profiles. Copy and paste the above code into Terminal. Restart Firefox.