A little extension to filter out reminder spam from the front page of FA.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

15 行
399 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 spellcheck="false" id="blacklist" name="blacklist">
  11. </textarea>
  12. <button id="confirm">Save+Close</button>
  13. </body>
  14. </html>