Facebook Direct Links

By Lukas Fragodt Last update Jun 9, 2007 — Installed 1,391 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 4 posts, 4 voices



Jesse Andrews Admin

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

 
kaerast User

It might be nice to also have it remove the "ref=??" part of all Facebook URLs to stop it tracking how you are browsing the site. I tried it myself with the following, but that just broke everything.

var mylinks = $x( '//a[@href[contains(.,"ref=")]]' );
mylinks.forEach( function( mylink ) {
	mylink.href = mylink.href.replace( /(.*)[\?&]ref=\w\w/, unescape(RegExp.$1) );
});

 
Lukas Fragodt Script's Author

@sasouki:

No, this script will not allow you to see non-friend profiles. See the revised description for a better explanation of the purpose of the script.

 
sasouki User

i can't see the complete profile of any one not in my friend list i mean i can't see their complete profile and photos can redirecting links direct enable me to see the complete profile when i enter a profile of a person not in my friend list it is redirected to http://www.facebook.com/s.php?k=10080&id=number although i enter it http://www.facebook.com/profile.php?id=number

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