refine raw source code opening prevention
This commit is contained in:
parent
a3c7152497
commit
1e74f8b1ea
3 changed files with 41 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue