diff --git a/src/assets/javascripts/services.js b/src/assets/javascripts/services.js index c9f391e..e50b7bf 100644 --- a/src/assets/javascripts/services.js +++ b/src/assets/javascripts/services.js @@ -396,6 +396,7 @@ function rewrite(url, frontend, randomInstance) { } case "binternet": if (url.hostname == "i.pinimg.com") return `${randomInstance}/image_proxy.php?url=${url.href}` + return `${randomInstance}${url.pathname}${url.search}` case "laboratory": { let path = url.pathname if (path == "/") path = "" diff --git a/src/pages/popup_src/App.svelte b/src/pages/popup_src/App.svelte index 2bd1616..8f958a3 100644 --- a/src/pages/popup_src/App.svelte +++ b/src/pages/popup_src/App.svelte @@ -88,7 +88,7 @@