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