ok4231 / popup.html
vericudebuget's picture
Upload folder using huggingface_hub
4b456c3 verified
raw
history blame contribute delete
305 Bytes
<!DOCTYPE html>
<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>