no-wa-web-auto-emoji/options.html

12 lines
296 B
HTML
Raw Normal View History

2022-11-09 15:27:44 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>No Auto Emoji Options</title>
<meta charset="utf-8" />
</head>
<body>
<h3>Select which auto emojis should be blocked:</h3>
<ul id="list"></ul>
<script src="options.js"></script>
</body>
</html>