🎯 iframe Overlay Server Demo

Educational project demonstrating iframe injection without URL changes

📝 API Endpoint

Fetch dynamic content from the server.

💉 Inject Overlay

Dynamically load and execute the iframe overlay injection script.

⚡ Health Check

Check if the server is running and operational.

🚀 How It Works

This server demonstrates the concept of iframe overlay injection:

📚 Educational Note: This project is for learning purposes only. It demonstrates web technologies like CORS, JavaScript injection, and iframe embedding. Always use these technologies responsibly and ethically.

Integration Example

To integrate this overlay on an external website, add this script tag to the target page:

<script src="http://localhost:3000/overlay.js"></script>