popup.html 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta content="text/html; charset=utf-8" />
  5. <title>Return YouTube Dislike</title>
  6. <link rel="stylesheet" href="popup.css" />
  7. </head>
  8. <body>
  9. <center>
  10. <img src="icons/icon48.png" alt="Logo" />
  11. <h1>Return YouTube Dislike</h1>
  12. <p>by Dmitrii Selivanov & Community</p>
  13. <button id="link_website">Website</button>
  14. <button id="link_github">GitHub</button>
  15. <button id="link_discord">Discord</button>
  16. <br />
  17. <button id="advancedToggle">Show Settings</button>
  18. </center>
  19. <fieldset id="advancedSettings">
  20. <legend id="advancedLegend">Settings</legend>
  21. <label class="switch">
  22. <input type="checkbox" id="disable_ratio_bar" />
  23. <span class="slider" />
  24. <span class="switchLabel">Lorem ipsum dolor sit amet</span> </label
  25. ><br />
  26. <label class="switch">
  27. <input type="checkbox" id="disable_api_unlisted" />
  28. <span class="slider" />
  29. <span class="switchLabel">Lorem ipsum dolor sit amet</span> </label
  30. ><br />
  31. </fieldset>
  32. </body>
  33. <script src="popup.js"></script>
  34. </html>