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.
 
 
 

15 lignes
409 B

  1. <html>
  2. <head>
  3. <title>FurAffinity Filter</title>
  4. <link rel="stylesheet" href="config.css">
  5. <script src="config.js"></script>
  6. </head>
  7. <body>
  8. Blacklisted words:
  9. <textarea id="blacklist">
  10. </textarea>
  11. <input type="checkbox" id="debug-info" name="debug-info">
  12. <label for="debug-info">Show debug info in console</label>
  13. </body>
  14. </html>