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

6 points · 1 comments · view on lemmy.world

1 Comments

shmanio@lemmy.world · 1 pts · 3y

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}`; })();