Last active
March 22, 2025 14:42
-
-
Save cjaewon/058aaafb8fa6fcf4b4009715b5119c5b to your computer and use it in GitHub Desktop.
simple memo html (just copy and past to browser url input, not support save as html, just use cp for saving)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| data:text/html;charset=utf-8,<!DOCTYPE html><html contenteditable style="font-family:sans-serif; white-space:pre-wrap;"><head><meta charset="UTF-8"><title>%EA%B0%84%EB%8B%A8%ED%95%9C %EB%A9%94%EB%AA%A8%EC%9E%A5</title><script>window.addEventListener('beforeunload', function (e) { const confirmationMessage = '%EC%A0%95%EB%A7%90%EB%A1%9C %EC%B0%BD%EC%9D%84 %EB%8B%AB%EC%9C%BC%EC%8B%9C%EA%B2%A0%EC%8A%B5%EB%8B%88%EA%B9%8C? %EC%9E%91%EC%84%B1 %EC%A4%91%EC%9D%B8 %EB%82%B4%EC%9A%A9%EC%9D%B4 %EC%A0%80%EC%9E%A5%EB%90%98%EC%A7%80 %EC%95%8A%EC%9D%84 %EC%88%98 %EC%9E%88%EC%8A%B5%EB%8B%88%EB%8B%A4.'; (e || window.event).returnValue = confirmationMessage; return confirmationMessage; });</script></head><body>%EA%B0%84%EB%8B%A8%ED%95%9C %EB%A9%94%EB%AA%A8%EC%9E%A5%EC%9E%85%EB%8B%88%EB%8B%A4. %EC%97%AC%EA%B8%B0%EC%97%90 %EB%A9%94%EB%AA%A8%ED%95%98%EC%8B%AD%EC%8B%9C%EC%98%A4!</body></html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment