Little 12ft.io bookmarklet
Today I was doing some paywall hopping and wondered why there wasn't a 12ft.io bookmarklet to make it a little easier. So I whipped up this little 5 second bookmarklet for anyone who hasn't...
Today I was doing some paywall hopping and wondered why there wasn't a 12ft.io bookmarklet to make it a little easier.
So I whipped up this little 5 second bookmarklet for anyone who hasn't bothered to do it themselves yet.
Just make a bookmark with the code snippet below as the URL.
javascript: (() => { window.location.replace("https://12ft.io/" + window.location.href)})();
I tried to make a link here that could be dragged and dropped directly into a bookmark bar, but it's disallowed.
20
votes