2025-06-17 02:04:03 +03:00

18 lines
445 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>AliExpress Scraper</title>
<style>
body { font-family: sans-serif; padding: 10px; }
pre { max-height: 300px; overflow-y: auto; background: #f0f0f0; padding: 10px; }
button { margin-top: 10px; }
</style>
</head>
<body>
<h3>AliExpress Product JSON</h3>
<pre id="output">Loading...</pre>
<button id="copyBtn">Copy to Clipboard</button>
<script src="popup.js"></script>
</body>
</html>