@ -1,6 +1,6 @@
(function() {
// Code Here
const formats = ['jpeg', 'jpg', 'png']
const formats = ['jpeg', 'jpg', 'png'];
let links = document.querySelectorAll('a[href]:not([itemprop])');
links.forEach(function(link){