diff --git a/src/main.js b/src/main.js index 8aa3061..b0b5c9d 100644 --- a/src/main.js +++ b/src/main.js @@ -99,7 +99,7 @@ inject(() => { .catch(err => { console.error(`%c${name}%c: Failed to parse JSON: `, consoleStyle, '', err); }); - } else if (contentType.includes('image/') && (!endpointName.includes('openfreemap'))) { + } else if (contentType.includes('image/') && (!endpointName.includes('openfreemap') && !endpointName.includes('maps'))) { // Fetch custom for all images but opensourcemap const blink = Date.now(); // Current time