refine raw source code opening prevention

This commit is contained in:
buzz-lightsnack-2007 2024-03-17 18:37:39 +08:00
parent a3c7152497
commit 1e74f8b1ea
3 changed files with 41 additions and 2 deletions

View file

@ -1 +1,3 @@
<html> <head> <script type="module"> import {restrict} from "./scripts/compat.js"; restrict(); </script> </head> </html>
<html> <head>
<script type="module" src="scripts/popup.js"> </script>
</head> </html>