No Facebook Apps

By Sam Dods Last update Jun 28, 2007 — Installed 3,601 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 5 posts, 5 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
sizzlemctwizzle Scriptwright

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

 
ms609 Scriptwright

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

Powered by GeoLogic

 
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)

 
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.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel