A little extension to filter out reminder spam from the front page of FA.
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- <html>
- <head>
- <title>FurAffinity Filter</title>
- <link rel="stylesheet" href="config.css">
- <script src="config.js"></script>
- </head>
- <body>
- Blacklisted words:
- <textarea id="blacklist">
-
- </textarea>
- <input type="checkbox" id="debug-info" name="debug-info">
- <label for="debug-info">Show debug info in console</label>
- </body>
- </html>
|