https://github.com/ycngmn/Nobook
Ad-free facebook lite for Android.
https://github.com/ycngmn/Nobook
android facebook jetpack-compose
Last synced: about 1 month ago
JSON representation
Ad-free facebook lite for Android.
- Host: GitHub
- URL: https://github.com/ycngmn/Nobook
- Owner: ycngmn
- License: gpl-3.0
- Created: 2025-04-17T19:03:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-16T07:54:48.000Z (3 months ago)
- Last Synced: 2026-03-16T20:17:27.472Z (3 months ago)
- Topics: android, facebook, jetpack-compose
- Language: Kotlin
- Homepage:
- Size: 5.48 MB
- Stars: 1,030
- Watchers: 20
- Forks: 36
- Open Issues: 76
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nobook
Nobook is a lightweight Android application to browse facebook.
## • Features
* Blocks sponsored ads.
* Blocks suggested posts.
* Downloads media.
* And more.
## • Installation
[
](https://github.com/ycngmn/Nobook/releases/latest)
## • Setup
1. **Clone the repository**
* In Android Studio:
* File > New > Project from Version Control
* Paste `https://github.com/ycngmn/Nobook.git` and clone.
* Or via terminal:
```bash
git clone https://github.com/ycngmn/Nobook.git
cd Nobook
```
2. **Open in Android Studio.** (only if cloned via terminal)
* Select Open an Existing Project and choose the cloned folder.
3. **Sync the project** to download dependencies.
4. **Run the app** in a device or emulator.
## • Contributing
Contributions to the project are welcome. Please follow these guidelines:
1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Submit a pull request with a clear description of your changes.
## Acknowledgement :
* [@KevinnZou/compose-webview-multiplatform](https://github.com/KevinnZou/compose-webview-multiplatform)