A little extension to filter out reminder spam from the front page of FA.
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- <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>
|