The Un-Official Proxomitron Forum
Facebook: Redirect external links - Printable Version

+- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums)
+-- Forum: Proxomitron Filters (/forumdisplay.php?fid=38)
+--- Forum: Website Customization (/forumdisplay.php?fid=9)
+--- Thread: Facebook: Redirect external links (/showthread.php?tid=1405)



Facebook: Redirect external links - lnminente - Jun. 11, 2009 09:05 AM

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>"