Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
I thought this script was great (it performs as advertised), but it SERIOUSLY slows down the javascript (?) on certain actions in Facebook, at least for me. Tagging photos, for example, became an exercise in patience; it would take 5-6 seconds for the tagging box to appear. Often, simple text entry would also fall into an interminable lag, to the point where my OS (Vista HP) thought that Firefox had crashed. I assumed that the problem was in my FF installation. After a completely fresh install, however, I realized (by trial-and-error) that this script was causing my problems. |
|
|
Hey, This shouldn't really affect the facebook chat feature. I haven't seen a problem, but I don't use it much myself. |
|
|
Hey man, I hate to nitpick, but it really lags out the browser window when I open up my facebook chat tab and click on someone to send a message. |
|
|
w00t! F corporate amerika and their lame ads, works great in FF3. |
|
|
Updated: // Ver 1.9
|
|
|
I love this script.
|
|
|
Actually, this one gets rid of more ads than the one @ 31080 |
|
|
This one is better: http://userscripts.org/scripts/show/31080 I recommend it to anyone who is thinking of installing this script. |
|
|
Ver 1.8
This is because facebook updated their ad insertion method on the home_sidebar |
|
|
@codam That userstyle is good, but still allows news feed ads to slip through. Used in conjunction with this script kills them all. It still doesn't quite resize for all pages, but is good enough anyway. |
|
|
Thanks for pointing that out codam. Never heard of userstyles before. |
|
|
@Tom Gallagher: http://userstyles.org/styles/9021.html does just that (although a lot of other stuff too which you might not want..) |
|
|
Ver 1.7 GM_addstyle was nice but leaked ads in the news feed.
|
|
|
Simplified a great deal using GM_addstyle. |
|
|
Ver 1.6 Added an eval to take care of the error messages.
|
|
|
Yeah I know. I don't really know how to do that at the moment. If anyone has any code (zorlan's doesn't work for all of new.facebook.com/* ) they can post it here or make their own script based on this. I don't mind, just let me know so I can install it :) |
|
|
It would be great if you could expand the newsfeed and other items to occupy the freed up space :D |
|
|
Yeah, I get that too. But it's definitely not 'null'. I'll look into it some more. |
|
|
I'm getting a "document.getElementById("newsfeed_wrapper") is null" error from Firebug for this script, though it seems to work fine. |
|
|
Ver 1.5:
|
|
|
I wrote a similar script, and used the following code to allow an app to take up the remaining space:
var contentNode = document.getElementById('content').childNodes[0].childNodes[0];
contentNode.style.width = "100%";
contentNode.childNodes[0].style.width = "auto";
Note: this code is only for apps.new.facebook.com, but it doesn't have any affect on the other parts of facebook as far as I've tested. |
|
|
yo, you hit it on the head with |
|
|
Ver 1.4:
|
|
|
Ver 1.3 Now. Ads have already begun appearing in the news feed. This must be stopped at all costs! :) Support added to do this! |