popup.html 1.8 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. <svg width="48" viewBox="0 0 24 24"><path d="M14.9 3H6c-.9 0-1.6.5-1.9 1.2l-3 7c-.1.3-.1.5-.1.7v2c0 1.1.9 2 2 2h6.3l-.9 4.5c-.1.5 0 1 .4 1.4l1.1 1.1 6.5-6.6c.4-.4.6-.9.6-1.4V5c-.1-1.1-1-2-2.1-2zm7.4 12.8h-2.9c-.4 0-.7-.3-.7-.7V3.9c0-.4.3-.7.7-.7h2.9c.4 0 .7.3.7.7V15c0 .4-.3.8-.7.8z" fill="red"/><path d="m8 12.5 5.1-2.9L8 6.7v5.8z" fill="#fff"/></svg>
  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>