youtube-unhookedplusplus/options.html

18 lines
344 B
HTML
Raw Normal View History

2020-01-03 12:48:26 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
</head>
<body>
<form>
<hr>
<input type="checkbox" name="Disable" id="commentsRemoveCheck" value="Comments">Disable Comments?<br>
<hr>
<button id="submitbtn" type="submit">Save</button>
</form>
<script src="options.js"></script>
</body>
</html>