popup.html 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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><br>
  20. <button id="link_donate">Donate</button>
  21. <br>
  22. <br>
  23. <!-- <button id="advancedToggle">Show Settings</button>-->
  24. <br>
  25. </center>
  26. <fieldset id="advancedSettings">
  27. <legend id="advancedLegend">Settings</legend>
  28. <label class="switch">
  29. <input type="checkbox" id="disable_ratio_bar" />
  30. <span class="slider" />
  31. <span class="switchLabel">Lorem ipsum dolor sit amet</span> </label
  32. ><br />
  33. <label class="switch">
  34. <input type="checkbox" id="disable_api_unlisted" />
  35. <span class="slider" />
  36. <span class="switchLabel">Lorem ipsum dolor sit amet</span> </label
  37. ><br />
  38. </fieldset>
  39. </body>
  40. <script src="popup.js"></script>
  41. </html>