Spaces:
Running
Running
<html> | |
<head> | |
<title>JavaScript Disabler</title> | |
<script src="popup.js"></script> | |
</head> | |
<body> | |
<h1>JavaScript Disabler</h1> | |
<input type="text" id="site" placeholder="Enter site URL"> | |
<button id="addSite">Add Site</button> | |
<ul id="siteList"></ul> | |
</body> | |
</html> | |