Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

No Facebook Apps

Removes applications from all profiles




Sep 4, 2007
sizzlemctwizzle Scriptwright

An updated version of this script that gets rid of all app profile boxes. http://userscripts.org/scripts/show/11992

 
Aug 29, 2007
ms609 Scriptwright

This app no longer works with Facebook's new interface:
This one does.

Powered by GeoLogic

 
Jul 21, 2007
Jørgen Tjernø Scriptwright

Hey, I'm using this and the script by Jeremy (posted to here), great combo. You should tag the script with 'facebook', so it's easier to find. (I also made one that does something similar, remove feed-events about applications. You can see it here)

 
Jun 29, 2007
JeremyT Scriptwright


links = document.getElementsByTagName('a');
// Delete application links under profile pic
for(var i = 0; i < links.length; i++)
if(links[i].href.indexOf('http://apps.facebook.com') === 0 || links[i].href.indexOf('http://www.slide.com') === 0) links[i].style.display = 'none';

I added this to get rid of the things under the profile picture. idk how useful that is to you, but i know it annoys me.

You could comment on this script if you were logged in.