Full Page Screenshot

Capture full webpage screenshots with advanced scrolling and merging algorithm

Size

355 B

Version

1.0.0

Created

Apr 7, 2026

Updated

10 days ago

1// ==UserScript==
2// @name		Full Page Screenshot
3// @description		Capture full webpage screenshots with advanced scrolling and merging algorithm
4// @version		1.0.0
5// @match		https://*/*
6// @match		http://*/*
7// @icon		https://github.githubassets.com/favicons/favicon-dark.svg
8// ==/UserScript==
9(function() {
10    'use strict';
11    // Your code here
12})();
Full Page Screenshot | Robomonkey