Scroll Page Progress

Visual indicator of page progress while scrolling

Estas são as versões deste script em que houve atualização do código. Mostar todas versões.

  • v1.8.3 05/10/2024 Imported from URL
  • v1.8.2 07/09/2024 Imported from URL
  • v1.8.1 04/09/2024 Imported from URL
  • v1.8 16/08/2024

    The close button now moves the element to the right edge, showing only half, so the user can grab and move it again if desired.

  • v1.7 09/08/2024

    New

    • Added a smooth transition effect to the loading bar progression.
  • v1.6.2 09/08/2024

    Changed

    • Updated the close indicator style, positioning it outside the main indicator to avoid interference when dragging.
  • v1.6.1 09/08/2024

    Fixed

    • Resolved an issue preventing the use of innerHTML on certain pages by implementing a Trusted Types policy to sanitize input.
  • v1.6 09/08/2024

    New

    • Added an "X" close button that appears on hover, allowing the indicator to be closed. The closed state is saved in browser memory.
  • v1.5 09/08/2024

    New

    • Changed cursor appearance to pointer to indicate the element is draggable.
    • Set element opacity to 30% while dragging.
  • v1.4 08/08/2024

    Fixed

    • Fixed a regression causing the CSS injection method to fail.
  • v1.3 08/08/2024

    New

    • Added drag-and-drop functionality to reposition the indicator if it obstructs other elements. The position is saved in browser memory, ensuring it persists across sessions.
  • v1.2 08/08/2024

    Fixed

    • Fixed an error in Firefox caused by using shadow.adoptedStyleSheets for styling.
  • v1.1 08/08/2024
    • Added a circular progress bar to accompany text, providing a better visual representation of progress. It also enhances the overall aesthetic appeal.
    • Implemented Shadow DOM instead of regular DOM to achieve better encapsulation within the extension. This enhances component isolation and prevents style and script conflicts.
  • v2024-08-05 06/08/2024