Browser script saves an entire scrollable area as one PNG

Clicking the camera button and selecting a scrollable part of a webpage saves all of its content as one PNG, including content hidden below the visible screen. It also captures scrollable sections placed inside the selected area.

There is no need to work through the browser’s . The runs through or , and its code is available on GitHub for testing and feedback.

Key points

  • Click the camera button and choose the scrollable area to capture.
  • Content below the visible screen is saved in a single PNG.
  • Scrollable sections inside the chosen area are included.
  • It runs in browsers through or .
  • The code can be reviewed and tested on GitHub.
Read original