I made a bookmarklet to add 12ft.io before the current page URL.
Here it is:
javascript: (() => { window.location = `https://12ft.io/${window.location.href}`; })();
For all the minor inconveniences of life in a modern well off county
I made a bookmarklet to add 12ft.io before the current page URL.
Here it is:
javascript: (() => { window.location = `https://12ft.io/${window.location.href}`; })();