• 6 Posts
  • 45 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle














  • Downcount@lemmy.world
    cake
    toFirefox@lemmy.mlGoing back multiple pages?
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    4 months ago

    You have to find an extension, that blocks specific javascript functionalities, like accessing the history.

    This could achieve it (not tested yet):

    https://github.com/polcak/jsrestrictor

    BUT: If a site totally relies on it, it could prevent you from accessing some if not all of their content.

    Same could be achieved by blocking js per site (via browser settings or an extension). Here it would come down to the same scenario if they don’t provide any non-js fallback.

    Also APIs: Those things are just interfaces to interact with programs or (web) services. Say you wrote yourself a nice little program and want to open it up so that other programs would be able to interact with it: You would write an interface for it - to be more specific, an application programming interface (hence API). That’s what is enabling Apps like Sync to readout the lemmy servers or write to it, when you submit a post.

    Some of those APIs are open, some restricted (like X or this other site we don’t talk about.).