diff --git a/frontend/src/tools/paywallkiller.jsx b/frontend/src/tools/paywallkiller.jsx index 29f8c0d..463be87 100644 --- a/frontend/src/tools/paywallkiller.jsx +++ b/frontend/src/tools/paywallkiller.jsx @@ -34,10 +34,6 @@ export default function PaywallKiller() { setErrMsg(''); } - function handleOpenArchive() { - window.open(archiveUrl, '_blank'); - } - async function handlePdf() { const urlToUse = snapshotUrl.trim() || archiveUrl; if (!urlToUse) return; @@ -136,10 +132,13 @@ export default function PaywallKiller() { Kopiere dann die URL aus der Adressleiste (sieht aus wie{' '} archive.ph/AbCdE) und füge sie unten ein. - + {/* Snapshot-URL Eingabe */}