BewlyBewly

Just make a few small changes to your Bilibili homepage.

開發中, 佛系更新 = =,祇是一個勉強用得了的玩具 ![Home page](https://user-images.githubusercontent.com/33394391/232247842-47aac96b-4826-4eea-b210-82a0900589fd.jpg) ![Anime page](https://user-images.githubusercontent.com/33394391/232247840-c84f6165-15e0-4745-8173-0999bcd95b3e.jpg) ![History page](https://user-images.githubusercontent.com/33394391/232247837-aee43969-7df0-406d-b6e0-555a67dd9d37.jpg) ## ⬇️ Installation - Edge: - Chrome: - Firefox: Comming soon ### Local Installation #### Edge > > Ensure you installed [extension.zip](https://github.com/hakadao/BewlyBewly/releases) and decompress this file. 1. Type in `edge://extensions/` in the address bar and press Enter 2. Turn on `Developer mode` then press `Load unpacked`
image 3. Load decompressed exetension folder in your browser #### Chrome > > Ensure you installed [extension.zip](https://github.com/hakadao/BewlyBewly/releases) and decompress this file. 1. Type in `chrome://extensions/` in the address bar and press Enter 2. Turn on `Developer mode` then press `Load unpacked`
Snipaste_2022-03-27_18-17-04 3. Load decompressed exetension folder in your browser ## 🔧 Development & build ### Development ```bash pnpm dev ``` Then **load extension in browser with the `extension/` folder**. After each modification, you need to click the [Extensions Reloader](https://chrome.google.com/webstore/detail/fimgfedafeadlieiabdeeaodndnlbhid) button and refresh the page to ensure the changes would be applied. ### Build To build the extension, run ```bash pnpm build ``` And then pack files under `extension` ## ❤️ Credits - [vitesse-webext](https://github.com/antfu/vitesse-webext) - The template used for this project - [UserScripts/bilibiliHome](https://github.com/indefined/UserScripts/tree/master/bilibiliHome) - Reference source for obtaining the access key - [Bilibili-Evolved](https://github.com/the1812/Bilibili-Evolved) - Partial implementation of functionalities - [bilibili-API-collect](https://github.com/SocialSisterYi/bilibili-API-collect)