Initial commit

This commit is contained in:
2022-11-09 15:27:44 +01:00
commit 91f31c9df7
5 changed files with 183 additions and 0 deletions

12
options.html Normal file
View File

@ -0,0 +1,12 @@
<!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>