• ShittyBeatlesFCPres@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    5 months ago

    There’s an extension on iOS called Amplosion that fixes Amp links. Probably one on Android but I’m not positive.

    And I wrote a little bookmarklet to get rid of Google highlighting text and scrolling down like I don’t want to read an entire article. Just make a bookmark and replace the URL with this:

    javascript:var%20url=window.location.href;%20cleanurl=url.split(‘%23’)%5B0%5D;%20window.location.replace(cleanurl);