Post Reply 
Facebook: Redirect external links
Jun. 11, 2009, 09:05 AM (This post was last modified: Jun. 11, 2009 07:32 PM by lnminente.)
Post: #1
Facebook: Redirect external links
When opening an external link in facebook it loads as an iframe of the page http://www.facebook.com/ext/share.php?...

I'm measuring the time i spend in different domains using this Firefox addon. So I wrote this filter to redirect directly to the external link.

Code:
[Patterns]
Name = "Facebook: Redirect to external link {ln}090611"
Active = TRUE
URL = "$TYPE(htm)www.facebook.com/ext/share.php"
Limit = 400
Match = "<iframe [^>]++src=$AV(\3)[^>]++> </iframe >"
Replace = "<script>location.replace("\3");</script>"
Add Thank You Quote this message in a reply
[-] The following 1 user says Thank You to lnminente for this post:
Post Reply 


Forum Jump: