Browser autocomplete completes "12" to 127.0.0.1 instead of 12ft.io
Browser autocomplete completes "12" to 127.0.0.1 instead of 12ft.io
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
1 comments
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}`; })();
1 0 Reply