File size: 305 Bytes
c9536fa
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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>