2024-01-10 01:44:57 +08:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width,initial-scale=1" >
< meta name = "robots" content = "noindex" >
< title > Keiyoushi< / title >
< meta name = "description" content = "A repository of unofficial Tachiyomi extensions." >
< meta property = "og:title" content = "Keiyoushi" >
< meta property = "og:description" content = "A repository of unofficial Tachiyomi extensions." >
< meta property = "og:image" content = "https://avatars.githubusercontent.com/u/113362897?v=4" >
< meta property = "og:url" content = "https://keiyoushi.github.io/extensions/" >
< meta name = "theme-color" content = "#2e84bf" >
< link
rel="stylesheet"
media="(prefers-color-scheme:light)"
href="https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@2.5.2/cdn/themes/light.css"
integrity="sha384-0usmJJJTG5wZwRFlxdECle5gNAqtRYVm8rHBHjGO0+Cpgp83KTGEANVIFUYafjaO"
crossorigin="anonymous"
/>
< link
rel="stylesheet"
media="(prefers-color-scheme:dark)"
href="https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@2.5.2/cdn/themes/dark.css"
onload="document.documentElement.classList.add('sl-theme-dark');"
integrity="sha384-2HpI1Tt4Zv7emgrwKyetd6ouDie+RKolEtNHOdD+KCVHLj1V2fjxryG48h50f0Rw"
crossorigin="anonymous"
/>
< link rel = "stylesheet" href = "index.css" >
< script async type = "module"
src="https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@2.5.2/cdn/shoelace-autoloader.js"
integrity="sha384-ILzDiPYY4je5i95gGzpVe0e88rFqVnoz3i7HPBsRbtEHxfkA7wR8E+PwjCgt1Bin"
crossorigin="anonymous">< / script >
< / head >
< body >
< header class = "header" >
< p class = "header__title" > Keiyoushi< / p >
< / header >
< div class = "description" >
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 > .
< / div >
< h2 class = "header" > Guide< / h2 >
< div >
2024-01-10 14:59:41 +08:00
< p > One click install (only supported by versions mentioned below):< / p >
2024-01-10 01:44:57 +08:00
2024-01-10 14:59:41 +08:00
< ul >
< li > Tachiyomi v0.15.2+< / li >
< li > Tachiyomi Preview r6404+< / li >
< li > TachiyomiSY v1.10.0+< / li >
< li > TachiyomiSY Preview r539+< / li >
< / ul >
2024-01-10 01:44:57 +08:00
2024-01-10 14:59:41 +08:00
< 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 >
2024-01-10 01:44:57 +08:00
< / div >
< div >
< p > TachiyomiAZ:< / p >
< ol >
< li > Go to Settings → Browse< / li >
< li > Tap on "Edit repos" and then "Add" button at bottom< / li >
< li > Input < code > keiyoushi/extensions< / code > < / li >
< li > Enjoy!< / li >
< / ol >
< / div >
< div >
< 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 >
< / div >
< script > Promise . allSettled ( [ customElements . whenDefined ( "sl-button" ) ] ) . then ( ( ( ) => { document . body . classList . add ( "ready" ) } ) ) < / script >
< / body >
2024-01-10 04:12:38 +08:00
< / html >