Here's a bookmarklet that you can use to hide the UI which might help with making screen caps. And you could try an online tool like <a href="http://zippyhelp.com/imagetools/stitch/photostitch" rel="nofollow">http://zippyhelp.com/imagetools/stitch/photostitch</a>... to stitch the screen caps together. Cheers Clear UI: a per-session bookmarklet that that hides the UI. ref.( <a href="https://app.roll20.net/forum/permalink/1176273/" rel="nofollow">https://app.roll20.net/forum/permalink/1176273/</a> ) Ok. Here's a Javascript Bookmarklet that will hide all the UI for you. Just make a bookmark in Chrome (should work in FF too, but didn't try it there) with a title like " Roll20: Clear UI " and the URL like this: javascript:(function(){$("#zoomslider").css("display","none");$("#floatingtoolbar").css("display","none");$("#sidebarcontrol").css("display","none").click();$("#playerzone").css("display","none");$("#initiativewindow").parent().css("left","-10000px")})(); Alternate version used on GM view(thanks Pringle) All credit still to The Aaron (this change is tiny), but if you want to use this on a GM view and hide the blue tab then use: javascript:(function(){$("#zoomslider").css("display","none");$("#floatingtoolbar").css("display","none");$("#sidebarcontrol").css("display","none").click();$("#playerzone").css("display","none");$("#initiativewindow").parent().css("left","-10000px");$("#page-toolbar").css("display","none")})();