Background Network Requests Indicator

Shows an indicator at bottom right/left when there is one or more background network requests in progress.

These are versions of this script where the code was updated. Show all versions.

  • v1.0.18 2023-07-27

    Undo previous fetch fix. Need more tests.

  • v1.0.17 2023-07-25

    Fixed Fetch glitch due to incorrect returned Promise. Changed some things which I already forgot. Hint: check the History tab

  • v1.0.14 2022-08-05

    Fixed hanging indicator for failed network requests

  • v1.0.13 2022-02-27

    Fixed broken fetch support

  • v1.0.12 2021-12-08

    Made URL list scrollable if it contains many entries.

  • v1.0.10 2020-05-06 Fixed indicator number sometimes become difficult to read due to similar text and background colors on some sites
  • v1.0.9 2020-05-06 Workaround for when the indicator somehow got stuck to always showing
  • v1.0.8 2020-05-04 Workaround for ignorant Metodize library which broke at least Element.prototype.remove()
  • v1.0.7 2020-04-28 Added support for fetch-based network requests. Moved indicator up halfway to avoid being completely covered by web browser's URL tooltip.
  • v1.0.6 2020-04-10 Fixed site script got broken if a network request is aborted before it's sent
  • v1.0.5 2020-01-09 Make the indicator not move if SHIFT key is held down. Added URL list when mouse is hovered onto the indicator.
  • v1.0.4 2019-11-23 Fixed stuck indicator due to aborted network request.
  • v1.0.3 2018-04-19 Minor fix to suppress an error log if the loaded document is not HTML (no functionality difference)
  • v1.0.2 2018-03-02 Fixed broken script if a site performs a network request and the document is not yet available in the DOM
  • v1.0.1 2017-06-05