Trigger full page load for Jira Cloud and Confluence Cloud

Trigger the page to load parts that are normally (since August 2025) lazily loaded, when that part of the page this shown. Works on Jira Cloud and Confluence Cloud as of August 2025.

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

  • v0.5 2025-08-22

    Changed from centering elements in viewport to vertical-only scrolling, preserving the user's horizontal
    scroll position during lazy loading.

  • v0.4 2025-08-22

    Fixed an issue where post-load, the page ends up scrolled to a (much) different place on the page.

  • v0.3 2025-08-21

    Reverted the scrolling changes made in v0.2, but kept the v0.2 approach of showing a 'screenshot' while all the scrolling is going on.

  • v0.2 2025-08-21

    Major improvements to user experience and performance:

    Replaced disruptive smooth scrolling with minimal instant scrolling that only moves elements just enough to trigger lazy loading,
    then immediately restores position. Added viewport screenshot capture that freezes the current view during processing, completely
    hiding all scrolling activity behind a static image. Users now see a seamless experience with no visible page movement while lazy
    content loads in the background.

  • v0.1 2025-08-19

    Update only metadata.

  • v0.0 2025-08-19