popup.html 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. <link rel="preconnect" href="https://fonts.googleapis.com">
  8. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  9. <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
  10. </head>
  11. <body>
  12. <center>
  13. <img src="icons/icon48.png" alt="Logo" />
  14. <h1>Return YouTube Dislike</h1>
  15. <p>by Dmitrii Selivanov & Community</p>
  16. <button id="link_website">Website</button>
  17. <button id="link_github">GitHub</button>
  18. <button id="link_discord">Discord</button>
  19. <br>
  20. <!-- <button id="advancedToggle">Show Settings</button>-->
  21. <br>
  22. </center>
  23. <fieldset id="advancedSettings">
  24. <legend id="advancedLegend">Settings</legend>
  25. <label class="switch">
  26. <input type="checkbox" id="disable_ratio_bar" />
  27. <span class="slider" />
  28. <span class="switchLabel">Lorem ipsum dolor sit amet</span> </label
  29. ><br />
  30. <label class="switch">
  31. <input type="checkbox" id="disable_api_unlisted" />
  32. <span class="slider" />
  33. <span class="switchLabel">Lorem ipsum dolor sit amet</span> </label
  34. ><br />
  35. </fieldset>
  36. </body>
  37. <script src="popup.js"></script>
  38. </html>