中文 | English
Yande.re/Konachan Thumbnail Zoom & Double Click to Next Page & Waterfall Browse
For questions or suggestions please go to GitHub feedback
Build with vite & vite-plugin-tm-userscript
Enlarge the thumbnail of the list page, currently compatible with yande.re and Konachan
Double-click any area on the left side of the page to enter the previous page, double-click any area on the right side of the page to enter the next page, currently compatible with yande.re and Konachan
Click the upper right button to enter waterfall mode
In waterfall mode, you can use the 输出下载地址
function to save the image address TXT and then use Thunder, IDM, wget, etc. to download in batches, see pea3nut/Pxer#8
⚠ Notice
Main support sites are Yande.re and Konachan, other sites are basic support, not tested in detail
This script is mainly for the convenience of image browsing. Other functions such as downloading are simply supported, and are not guaranteed to be fully available. In addition, there is a situation where the image list of the origin site page is inconsistent with the list returned by the API, please be aware
The sites supported by thumbnail enlargement and double-click page turning are as follows:
The Booru stations supported by Waterfall are as follows:
git clone https://github.com/asadahimeka/yandere-masonry.git
cd yandere-masonry
yarn install
yarn dev
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup>
SFCs, check out the [script setup docs](https://v3.vuejs.org/api/ sfc-script-setup.html#sfc-script-setup) to learn more.
Since TypeScript cannot handle type information for .vue
imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates. However, if you wish to get actual prop types in .vue
imports (for example to get props validation when using manual h(...)
calls), you can enable Volar's Take Over mode by following these steps:
- Run
Extensions: Show Built-in Extensions
from VS Code's command palette, look forTypeScript and JavaScript Language Features
, then right click and selectDisable (Workspace)
. By default, Take Over mode will enable itself if the default TypeScript extension is disabled. - Reload the VS Code window by running
Developer: Reload Window
from the command palette.
You can learn more about Take Over mode here.
Modified from yande-re-chinese-patch
Thanks @coderzhaoziwei