index.html 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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>One click install (only supported by versions mentioned below):</p>
  45. <ul>
  46. <li>Tachiyomi v0.15.2+</li>
  47. <li>Tachiyomi Preview r6404+</li>
  48. <li>TachiyomiSY v1.10.0+</li>
  49. <li>TachiyomiSY Preview r539+</li>
  50. </ul>
  51. <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>
  52. </div>
  53. <div>
  54. <p>TachiyomiAZ:</p>
  55. <ol>
  56. <li>Go to Settings → Browse</li>
  57. <li>Tap on "Edit repos" and then "Add" button at bottom</li>
  58. <li>Input <code>keiyoushi/extensions</code></li>
  59. <li>Enjoy!</li>
  60. </ol>
  61. </div>
  62. <div>
  63. <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>
  64. </div>
  65. <script>Promise.allSettled([customElements.whenDefined("sl-button")]).then((() => { document.body.classList.add("ready") }))</script>
  66. </body>
  67. </html>