// ==UserScript==
// @name           Remove Facebook sharing header
// @namespace      http://dorshemer.com
// @description    Removes the Facebook header when clicking on shared links
// @include        http://www.facebook.com/ext/share.php*
// ==/UserScript==

document.location = document.getElementsByClassName('url_fragment')[0].href
