Scroll Page Progress

Visual indicator of page progress while scrolling

Tästä skriptistä on versioita, joissa koodia päivitettiin. Näytä kaikki versiot.

  • v1.8.3 5.10.2024 Imported from URL
  • v1.8.2 7.9.2024 Imported from URL
  • v1.8.1 4.9.2024 Imported from URL
  • v1.8 16.8.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 9.8.2024

    New

    • Added a smooth transition effect to the loading bar progression.
  • v1.6.2 9.8.2024

    Changed

    • Updated the close indicator style, positioning it outside the main indicator to avoid interference when dragging.
  • v1.6.1 9.8.2024

    Fixed

    • Resolved an issue preventing the use of innerHTML on certain pages by implementing a Trusted Types policy to sanitize input.
  • v1.6 9.8.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 9.8.2024

    New

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

    Fixed

    • Fixed a regression causing the CSS injection method to fail.
  • v1.3 8.8.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 8.8.2024

    Fixed

    • Fixed an error in Firefox caused by using shadow.adoptedStyleSheets for styling.
  • v1.1 8.8.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 6.8.2024