2014-04-24 UTC
# barnabywalters aaronpk: I made my version slightly more complex so the bookmarklet can be used to toggle between parsed and original: javascript:(function()
{if(document.location.hostname=='pin13.net'&&document.location.pathname=='/mf2/'){document.location.href=decodeURIComponent(document.location.search.slice(5))}else{%20document.location.href='http://pin13.net/mf2?url='+encodeURIComponent(document.location.href);}}
())