on theme/default/js/dbdomain.js
Replace line 116:
$("#screenshotData").html('<img src="data:image/jpeg;base64,'+data+'"/>');
with:
$("#screenshotData").html('<img src=" https://s0.wp.com/mshots/v1/https%3A%2F%2F'+inputHost+'" alt=" Screenshot of '+inputHost+'" />');
Then replace line 147 theme/default/js/domain.js :
$("#screenshotData").html('<img src="data:image/jpeg;base64,'+data+'"/>');
with:
$("#screenshotData").html('<img src=" https://s0.wp.com/mshots/v1/https%3A%2F%2F'+inputHost+'" alt=" Screenshot of '+inputHost+'" />');