mirror of
				https://github.com/keiyoushi/extensions.git
				synced 2025-10-31 00:48:06 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			83 lines
		
	
	
		
			3.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			83 lines
		
	
	
		
			3.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!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>
 | |
|     <script data-goatcounter="https://keiyoushi.goatcounter.com/count"
 | |
|         async src="//gc.zgo.at/count.js"></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>
 | |
|         <p>One click install (only supported by versions mentioned below):</p>
 | |
| 
 | |
|          <ul>
 | |
|            <li>Tachiyomi v0.15.2+</li>
 | |
|            <li>Tachiyomi Preview r6404+</li>
 | |
|            <li>TachiyomiSY v1.10.0+</li>
 | |
|            <li>TachiyomiSY Preview r539+</li>
 | |
|         </ul>
 | |
| 
 | |
|         <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"
 | |
|             onclick="window.goatcounter?.count({ path: location.pathname + '#add-to-tachiyomi' })">
 | |
|             Add to Tachiyomi
 | |
|         </sl-button>
 | |
|     </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>
 | |
| </html>
 |