https://github.com/kazemcodes/lnreader-plugins-unminified
https://github.com/kazemcodes/lnreader-plugins-unminified
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kazemcodes/lnreader-plugins-unminified
- Owner: kazemcodes
- License: other
- Created: 2025-11-19T20:03:32.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2026-03-22T06:55:58.000Z (4 months ago)
- Last Synced: 2026-03-22T21:46:37.268Z (4 months ago)
- Language: PowerShell
- Size: 14.9 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LNReader Plugins - Unminified Build
This repository automatically builds **unminified versions** of LNReader plugins for better compatibility with IReader's plugin converter.
## Why This Exists
The official LNReader plugins are minified/compiled, making it impossible to extract their logic through pattern matching. This repo:
1. ✅ Clones the official LNReader plugins repo
2. ✅ Modifies the build configuration to disable minification
3. ✅ Builds unminified versions of all plugins
4. ✅ Publishes them for IReader to use
## How It Works
A GitHub Actions workflow runs daily to:
1. Clone https://github.com/LNReader/lnreader-plugins
2. Disable minification in the build config
3. Build all plugins
4. Commit the unminified `.js` files to this repo
5. Create a release with all plugins
## Usage
### For IReader App
Download plugins from the [Releases](../../releases) page.
### For Development
```bash
# Clone this repo
git clone https://github.com/YOUR_USERNAME/lnreader-plugins-unminified
# Plugins are in the /plugins directory
ls plugins/
```
## Plugin List
Plugins are automatically synced from the official repo. See the [plugins](./plugins) directory for available plugins.
## Updates
- **Automatic**: Workflow runs daily at midnight UTC
- **Manual**: Trigger the workflow manually from the Actions tab
## Credits
- Original plugins: [LNReader/lnreader-plugins](https://github.com/LNReader/lnreader-plugins)
- Built for: [IReader](https://github.com/IReaderorg/IReader)
## License
Same as the original LNReader plugins repository.