Skip to content

feat: add nude-moon support#287

Merged
hymbz merged 4 commits intohymbz:masterfrom
EnergoStalin:feat/nude-moon
Sep 13, 2025
Merged

feat: add nude-moon support#287
hymbz merged 4 commits intohymbz:masterfrom
EnergoStalin:feat/nude-moon

Conversation

@EnergoStalin
Copy link
Copy Markdown
Contributor

@EnergoStalin EnergoStalin commented Sep 10, 2025

Simple extractor for certain russian manga website.

Test gallery.

Comment thread src/site/nude-moon.tsx
Comment on lines +42 to +51
linstenKeydown((e) => {
switch (hotkeysMap()[getKeyboardCode(e)]) {
case 'scroll_right':
e.preventDefault();
return querySelectorClick('a.small', 'Следующая')?.();
case 'scroll_left':
e.preventDefault();
return querySelectorClick('a.small', 'Предыдущая')?.();
}
});
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might worth be moved to helpers. Yanked from ehentai.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also typo linstenKeydown -> listenKeydown

@hymbz hymbz merged commit 83ee0dd into hymbz:master Sep 13, 2025
@hymbz
Copy link
Copy Markdown
Owner

hymbz commented Sep 13, 2025

Thanks for your PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants