I have to manually type more than the two first digits when I want to read news from 12ft.io because I use self-hosted apps on my desktop PC
I have to manually type more than the two first digits when I want to read news from 12ft.io because I use self-hosted apps on my desktop PC
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}`; })();