diff --git a/js/creator-23.js b/js/creator-23.js index 395837e5..f11a13f9 100644 --- a/js/creator-23.js +++ b/js/creator-23.js @@ -3920,7 +3920,7 @@ function imageURL(url, destination, otherParams) { } else if (params.get('noproxy') != '') { //CORS PROXY LINKS //Previously: https://cors.bridged.cc/ - imageurl = 'https://api.codetabs.com/v1/proxy?quest=' + encodeURIComponent(url); + imageurl = 'https://corsproxy.io/?' + encodeURIComponent(url); } destination(imageurl, otherParams); }