index.html 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1">
  6. <meta name="robots" content="noindex">
  7. <title>Keiyoushi</title>
  8. <meta name="description" content="A repository of unofficial Tachiyomi extensions.">
  9. <meta property="og:title" content="Keiyoushi">
  10. <meta property="og:description" content="A repository of unofficial Tachiyomi extensions.">
  11. <meta property="og:image" content="https://avatars.githubusercontent.com/u/113362897?v=4">
  12. <meta property="og:url" content="https://keiyoushi.github.io/extensions/">
  13. <meta name="theme-color" content="#2e84bf">
  14. <link
  15. rel="stylesheet"
  16. media="(prefers-color-scheme:light)"
  17. href="https://cdn.jsdelivr.net/npm/@shoelace-style/[email protected]/cdn/themes/light.css"
  18. integrity="sha384-0usmJJJTG5wZwRFlxdECle5gNAqtRYVm8rHBHjGO0+Cpgp83KTGEANVIFUYafjaO"
  19. crossorigin="anonymous"
  20. />
  21. <link
  22. rel="stylesheet"
  23. media="(prefers-color-scheme:dark)"
  24. href="https://cdn.jsdelivr.net/npm/@shoelace-style/[email protected]/cdn/themes/dark.css"
  25. onload="document.documentElement.classList.add('sl-theme-dark');"
  26. integrity="sha384-2HpI1Tt4Zv7emgrwKyetd6ouDie+RKolEtNHOdD+KCVHLj1V2fjxryG48h50f0Rw"
  27. crossorigin="anonymous"
  28. />
  29. <link rel="stylesheet" href="index.css">
  30. <script async type="module"
  31. src="https://cdn.jsdelivr.net/npm/@shoelace-style/[email protected]/cdn/shoelace-autoloader.js"
  32. integrity="sha384-ILzDiPYY4je5i95gGzpVe0e88rFqVnoz3i7HPBsRbtEHxfkA7wR8E+PwjCgt1Bin"
  33. crossorigin="anonymous"></script>
  34. </head>
  35. <body>
  36. <header class="header">
  37. <p class="header__title">Keiyoushi</p>
  38. </header>
  39. <div class="description">
  40. Join the <a class="description__anchor" href="https://discord.gg/3FbCpdKbdY">Discord server</a> for support. Make sure to star <a class="description__anchor" href="https://github.com/keiyoushi/extensions">the GitHub repo</a>.
  41. </div>
  42. <h2 class="header">Guide</h2>
  43. <div>
  44. <p>Tachiyomi v0.15.2+, Tachiyomi Preview r6404+:</p>
  45. <sl-button style="display: flex; justify-content: center;" variant="primary" href="tachiyomi://add-repo?url=https://raw.githubusercontent.com/keiyoushi/extensions/repo/index.min.json">Add to Tachiyomi</sl-button>
  46. </div>
  47. <div>
  48. <p>TachiyomiSY:</p>
  49. <ol>
  50. <li>Go to More → Settings → Browse</li>
  51. <li>Tap on "Edit repos" and then "Add" button at bottom</li>
  52. <li>Input <code>keiyoushi/extensions</code></li>
  53. <li>Enjoy!</li>
  54. </ol>
  55. </div>
  56. <div>
  57. <p>TachiyomiAZ:</p>
  58. <ol>
  59. <li>Go to Settings → Browse</li>
  60. <li>Tap on "Edit repos" and then "Add" button at bottom</li>
  61. <li>Input <code>keiyoushi/extensions</code></li>
  62. <li>Enjoy!</li>
  63. </ol>
  64. </div>
  65. <div>
  66. <p>If you're not using any of the above, download and update extensions from <a class="description__anchor" href="./extensions">the listing page.</a></p>
  67. </div>
  68. <script>Promise.allSettled([customElements.whenDefined("sl-button")]).then((() => { document.body.classList.add("ready") }))</script>
  69. </body>
  70. </html>