A little extension to filter out reminder spam from the front page of FA.
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- <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>
|