A little extension to filter out reminder spam from the front page of FA.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

15 linhas
380 B

  1. <html>
  2. <head>
  3. <title>FA Filter</title>
  4. <link rel="stylesheet" href="config.css">
  5. <script src="config.js"></script>
  6. </head>
  7. <body>
  8. <label for="blacklist" id="blacklist-label"></label>
  9. <br>
  10. <textarea id="blacklist" name="blacklist">
  11. </textarea>
  12. <button id="confirm">Save+Close</button>
  13. </body>
  14. </html>