Just make a few small changes to your Bilibili homepage.
Even in the Edge browser, we strongly recommend you install it in the Chrome web store. In terms of review speed, the Chrome web store is slightly faster than Edge Add-ons.
- Chrome: https://chromewebstore.google.com/detail/bewlybewly/bbbiejemhfihiooipfcjmjmbfdmobobp
- Edge: https://microsoftedge.microsoft.com/addons/detail/bewlybewly/kceadhehfjdiakpiphpjgolbgehjdmja
- Firefox: I NEED SOME HELP!!!!!!!!!!!!!!!!!! ( ;∀;)
CI:Automatically build with the latest code
Releases:Stable version
Ensure you installed extension.zip .
Opening the edge://extensions
page in the Edge or chrome://extensions
page in Chrome, simply drag and drop the downloaded extension.zip
file into the browser to complete the installation.
Another installation method for Edge & Chrome
Ensure you installed extension.zip and decompress this file.
- Type in
edge://extensions/
in the address bar and press Enter - Turn on
Developer mode
then pressLoad unpacked
- Load the decompressed extension folder in your browser
Ensure you installed extension.zip and decompress this file.
Chrome or Edge browser
pnpm dev
Then load the extension in the browser with the extension/
folder.
After each modification, you need to click the Extensions Reloader button and refresh the page to ensure the changes will be applied.
To build the extension, run
pnpm build
And then pack files under the extension
Before that, please use the dev-firefox
branch to perform the operations below. It may contain some bugs or unclear code, and your help in addressing these issues is welcome! :D
Firefox browser
pnpm dev-firefox
Then load the extension in the browser with the extension-firefox/
folder.
After each modification, you need to click the Extensions Reloader button and refresh the page to ensure the changes will be applied.
To build the extension, run
pnpm build-firefox
And then pack files under the extension-firefox
- Main: This branch is designed for changes that are restricted to documentation files like READMEs, without altering the code or its functionality.
- Dev: Use this branch for new features, performance improvements or modifications to i18n files.
- Bugfixes: This branch should be used exclusively for fixing bugs that appear in the main branch.
-
When doing translations, if you have a language you are not familiar with, you can use another language that you have translated and point out what language you cannot translate in the pull request.
-
Please MANUALLY MAINTAIN the i18n files!!! Do not use
i18n Ally
or other extensions to maintain them. I know you might be confused or might not like this, but usingi18n Ally
for the maintenance will make it uncertain where to place the translations afterward or delete the code comments.
- vitesse-webext - The template used for this project
- UserScripts/bilibiliHome, bilibili-app-recommend - Reference source for obtaining the access key
- Bilibili-Evolved - Partial implementation of functionalities
- bilibili-API-collect