A little extension to filter out reminder spam from the front page of FA.
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- <html>
- <head>
- <title>FurAffinity Filter</title>
- <link rel="stylesheet" href="config.css">
- <script src="config.js"></script>
- </head>
- <body>
- <label for="blacklist" id="blacklist-label"></label>
- <br>
- <textarea id="blacklist" name="blacklist">
-
- </textarea>
- <button id="confirm">Save+Close</button>
- </body>
- </html>
|