ok4231 / brainly /popup.html
vericudebuget's picture
Upload folder using huggingface_hub
4b456c3 verified
raw
history blame
527 Bytes
<!DOCTYPE html>
<html>
<head>
<title>JavaScript Disabler</title>
<style>
body { width: 300px; padding: 10px; }
ul { list-style-type: none; padding: 0; }
li { margin-bottom: 5px; }
button { margin-left: 5px; }
</style>
</head>
<body>
<h1>JavaScript Disabler</h1>
<input type="text" id="site" placeholder="Enter domain (e.g., example.com)">
<button id="addSite">Add Site</button>
<h2>Blocked Sites:</h2>
<ul id="siteList"></ul>
<script src="popup.js"></script>
</body>
</html>