https://github.com/paulcoding810/h-viewer
An Android application for extracting image content from websites
https://github.com/paulcoding810/h-viewer
android app jetpack-compose js jsoup kotlin rhino
Last synced: 7 months ago
JSON representation
An Android application for extracting image content from websites
- Host: GitHub
- URL: https://github.com/paulcoding810/h-viewer
- Owner: paulcoding810
- License: mit
- Created: 2024-11-15T14:41:19.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-23T08:30:15.000Z (8 months ago)
- Last Synced: 2025-02-23T09:22:21.672Z (8 months ago)
- Topics: android, app, jetpack-compose, js, jsoup, kotlin, rhino
- Language: Kotlin
- Homepage:
- Size: 871 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# H Viewer
An Android application for extracting image content from websites.
## Features
- Website image content extraction using JavaScript, support for multiple websites
- Manages browsing history and allows users to save favorite content
- Organize posts into tabs for simultaneous viewing
- Integrated editor for creating and modifying custom JavaScript scripts
- Offers a lock screen to enhance privacy## Screenshots

## Technical Stack
- **UI**: [Jetpack Compose](https://github.com/androidx/androidx)
- **Networking**: [Ktor](https://github.com/ktorio/ktor)
- **JavaScript Engine**: [Rhino](https://github.com/mozilla/rhino)
- **HTML Parsing**: [JSoup](https://github.com/jhy/jsoup)
- **Image Loading**: [Coil](https://github.com/coil-kt/coil)
- **Database**: [Room](https://github.com/androidx/androidx)## Usage Guide
### Available Helper Functions
For a list of available helper functions, visit:
[Android JavaScript Library](https://github.com/paulcoding810/js?tab=readme-ov-file#built-in-functions)### Example Scripts
For sample scripts and usage examples, visit:
[H Viewer Scripts Repository](https://github.com/paulcoding810/h-viewer-scripts)## Credits
[VBook Extensions](https://github.com/Darkrai9x/vbook-extensions)
## License
[MIT](./LICENSE)
## Disclaimer
For educational purposes only, do not use this for illegal activities. The developer is not responsible for any misuse of the information provided here.