Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
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) );
});
|
|
|
@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. |
|
|
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 |