Last active
September 21, 2016 06:50
-
-
Save eschie/3ae1603e9b5f54cf1d584d81d33d427f to your computer and use it in GitHub Desktop.
Facebook Broken Link Fix - Bookmarklet for Safari iOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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