this post was submitted on 24 Jun 2023
6 points (100.0% liked)

First World Problems

132 readers
1 users here now

For all the minor inconveniences of life in a modern well off county

founded 1 year ago
MODERATORS
 

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

top 1 comments
sorted by: hot top controversial new old
[–] shmanio 1 points 1 year ago* (last edited 1 year ago)

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