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?

  • 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.