popup.html 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. <fieldset id="advancedSettings">
  29. <legend id="advancedLegend">Settings</legend>
  30. <label class="switch">
  31. <input type="checkbox" id="disable_ratio_bar" />
  32. <span class="slider" />
  33. <span class="switchLabel">Lorem ipsum dolor sit amet</span> </label
  34. ><br />
  35. <label class="switch">
  36. <input type="checkbox" id="disable_api_unlisted" />
  37. <span class="slider" />
  38. <span class="switchLabel">Lorem ipsum dolor sit amet</span> </label
  39. ><br />
  40. </fieldset>
  41. </body>
  42. <script src="popup.js"></script>
  43. </html>