If you need to blur your photos in a screenshot, just right-click the thumbnail, pick “inspect”, find the .gallery img selector, click to the right of the }, and add
filter: blur(5px);
transform: scale(1.5);
as shown:

(just reload the page to undo this edit)