diff --git a/src/util/baseGenerator.js b/src/util/baseGenerator.js index 6a5d996..cb4caea 100644 --- a/src/util/baseGenerator.js +++ b/src/util/baseGenerator.js @@ -61,7 +61,7 @@ export class BaseGenerator { async fetchImage(url, chapter) { var res; try { - res = await fetch(url); + res = await fetch("https://cors-anywhere.danbulant.workers.dev/?" + url); } catch(e) { console.error(e); res = await fetch(proxy + url);