felt quirky, might commit later

This commit is contained in:
lolcat 2023-07-26 19:03:06 -04:00
parent bca265aea6
commit 16ee0b368f
7 changed files with 1039 additions and 456 deletions

View file

@ -577,7 +577,6 @@ function getproxylink(url){
return htmlspecialchars(url);
}else{
console.log(url);
return '/proxy?i=' + encodeURIComponent(url);
}
}