popup.html 1.8 KB

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