I have one tab that I would like to be able to run in background unthrottled. Ideally, I would disable background throttling for the specific URL I have open in that tab. Is this possible somehow?

  • 0xCAFe@feddit.de
    link
    fedilink
    English
    arrow-up
    0
    ·
    5 months ago

    I don’t know if it does everything you need, but pinning a tab prevents it from unloading AFAIK.

    • Sibbo@sopuli.xyzOP
      link
      fedilink
      arrow-up
      0
      ·
      5 months ago

      Thanks, I’ll try that!

      I believe though my problem is more throttling than complete unloading. But I am not sure how the browser works, so not sure about that.

  • thesmokingman@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    5 months ago

    My go-to is pulling the tab into its own window. If I end up having too many windows I usually find I’m doing something wrong or trying to play too many idles simultaneously.

    • Sibbo@sopuli.xyzOP
      link
      fedilink
      arrow-up
      0
      ·
      5 months ago

      Thanks! I was trying to avoid that, but I’ll keep it in mind if the other ideas do not work.