popup.html 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. <br>
  19. </center>
  20. <fieldset id="advancedSettings">
  21. <legend id="advancedLegend">Settings</legend>
  22. <label class="switch">
  23. <input type="checkbox" id="disable_ratio_bar" />
  24. <span class="slider" />
  25. <span class="switchLabel">Lorem ipsum dolor sit amet</span> </label
  26. ><br />
  27. <label class="switch">
  28. <input type="checkbox" id="disable_api_unlisted" />
  29. <span class="slider" />
  30. <span class="switchLabel">Lorem ipsum dolor sit amet</span> </label
  31. ><br />
  32. </fieldset>
  33. </body>
  34. <script src="popup.js"></script>
  35. </html>