Skip to content

Instantly share code, notes, and snippets.

@eschie
Last active September 21, 2016 06:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eschie/3ae1603e9b5f54cf1d584d81d33d427f to your computer and use it in GitHub Desktop.
Save eschie/3ae1603e9b5f54cf1d584d81d33d427f to your computer and use it in GitHub Desktop.
Facebook Broken Link Fix - Bookmarklet for Safari iOS
javascript:void((function(){var%20u%20=%20decodeURIComponent(window.top.location.href);var%20sub1%20=%20'https://m.facebook.com/lsr.php?u=';%20window.top.location.href%20=%20u.substring(sub1.length,%20u.indexOf('&ext'));})())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment