Facebook URL Cleaner

By Jordon Kalilich Last update Nov 17, 2009 — Installed 4,029 times. Daily Installs: 7, 6, 8, 6, 2, 63, 188, 72, 46, 31, 31, 16, 22, 22, 23, 23, 18, 21, 11, 11, 13, 10, 17, 10, 9, 8, 18, 12, 99, 112, 115, 197
Script Summary:
Cleans Facebook URLs that don't actually take you to a new page.
Version: 6
Copyright: Copyright 2008-2009 Jordon Kalilich (http://www.theworldofstuff.com/)
License: GNU GPL version 3 or later; http://www.gnu.org/copyleft/gpl.html
Recently Updated TopicsPosts
Photo URL cleaning3
Archived Comments6

this script has 2 topics, 9 posts

Review Summary
5 stars
2 reviews (2)
4 stars
0 reviews (0)
3 stars
0 reviews (0)
2 stars
0 reviews (0)
1 star
0 reviews (0)

this script has 2 reviews

Most of the time, when you click a link on Facebook, the content of the new page will be fetched and then displayed on the current page, with the new URL being tacked on to the old one like so:

/home.php#/profile.php?id=725831319

This speeds up the loading of pages but makes URLs look ugly and often breaks user scripts!

Facebook URL Cleaner makes links work the way you expect them to. It may make loading pages a little slower, but it will allow your user scripts to work throughout the site.

(Because people often like to zoom through photo galleries, this script is disabled when browsing through them. To enable the script on photo pages, change the variable enableInGalleries to true.)

Changelog

6 (November 17, 2009) - Updated to work on http://www.facebook.com/ now that it shows the home page without redirecting to home.php.
5 (October 25, 2009) - Massive performance improvements. Upgrading is strongly recommended.
0.4 (April 22, 2009) - Disabled on photo pages by default; to enable, change the variable "enableInGalleries" to true. (Thanks to Ron Troyer for the tip.) Also changed refresh time from 2 seconds to 1 second.
0.3 (July 25, 2008) - Rolled back changes made in version 0.2; identical to 0.1. Thanks for your feedback.
0.2 (July 23, 2008) - Made the code a little less hackish. Should work the same.
0.1 (July 10, 2008) - Initial version.