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

  • shmanio
    link
    English
    1
    edit-2
    2 years 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}`; })();