popup.html 353 B

12345678910111213141516171819202122
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Youtube</title>
  5. <!-- build:css ../css/style.min.css -->
  6. <!-- endbuild -->
  7. <meta charset="utf-8">
  8. </head>
  9. <body>
  10. <input type="text" id="blacklist" value=""/>
  11. <!-- build:js ../js/popup.min.js -->
  12. <script type="text/javascript" src="../js/popup.js"></script>
  13. <!-- endbuild -->
  14. </body>
  15. </html>