index.html 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. <script data-goatcounter="https://keiyoushi.goatcounter.com/count"
  35. async src="//gc.zgo.at/count.js"></script>
  36. </head>
  37. <body>
  38. <header class="header">
  39. <p class="header__title">Keiyoushi</p>
  40. </header>
  41. <div class="description">
  42. 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>.
  43. </div>
  44. <h2 class="header">Guide</h2>
  45. <div>
  46. <p>One click install (only supported by versions mentioned below):</p>
  47. <ul>
  48. <li>Tachiyomi v0.15.2+</li>
  49. <li>Tachiyomi Preview r6404+</li>
  50. <li>TachiyomiSY v1.10.0+</li>
  51. <li>TachiyomiSY Preview r539+</li>
  52. <li>Aniyomi Preview r7443+</li>
  53. </ul>
  54. <sl-button
  55. style="display: flex; justify-content: center;"
  56. variant="primary"
  57. href="tachiyomi://add-repo?url=https://raw.githubusercontent.com/keiyoushi/extensions/repo/index.min.json"
  58. onclick="window.goatcounter?.count({ path: location.pathname + '#add-to-tachiyomi' })">
  59. Add to Tachiyomi
  60. </sl-button>
  61. </div>
  62. <div>
  63. <p>TachiyomiAZ:</p>
  64. <ol>
  65. <li>Go to Settings → Browse</li>
  66. <li>Tap on "Edit repos" and then "Add" button at bottom</li>
  67. <li>Input <code>keiyoushi/extensions</code></li>
  68. <li>Enjoy!</li>
  69. </ol>
  70. </div>
  71. <div>
  72. <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>
  73. </div>
  74. <script>Promise.allSettled([customElements.whenDefined("sl-button")]).then((() => { document.body.classList.add("ready") }))</script>
  75. </body>
  76. </html>