Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0xlau/biliplus

🧩 A Chrome/Edge extension to feel better in bilibili.com
https://github.com/0xlau/biliplus

bilibili chrome-extension edge-extension javascript

Last synced: 12 days ago
JSON representation

🧩 A Chrome/Edge extension to feel better in bilibili.com

Awesome Lists containing this project

README

        

![biliplus](https://socialify.git.ci/0xlau/biliplus/image?description=1&descriptionEditable=A%20Chrome%2FEdge%20extension%20to%20feel%20better%20in%20bilibili.com&font=Raleway&forks=1&issues=1&logo=https%3A%2F%2Fraw.githubusercontent.com%2F0xlau%2Fbiliplus%2Fmain%2Flogo.png&name=1&owner=1&pulls=1&stargazers=1&theme=Auto)





0xlau%2Fbiliplus | Trendshift



Explore the chrome web store »


Explore the edge web store »


Explore the firefox web store »




Chrome Extension
·
Report Bug
·
Request Feature


Table of Contents



  1. About The Project


  2. Getting Started


  3. Roadmap

  4. Patches

  5. Contributing

  6. License

  7. Contact

  8. Acknowledgments

## About The Project




[Bilibili.com](https://bilibili.com) actually has a perfect user experience, but as a developer who pays attention to details, there may still be some areas that make us uncomfortable, so this extension was born.

Principle:
* Does not affect the original appearance.
* Maintain consistent Bilibili style.
* If you feel uncomfortable in Bilibili.com, come and request feature.

(back to top)

## Getting Started

This is an example of how you may give instructions on setting up this project locally.
To get a local copy up and working follow these simple example steps.

### Install From Web Store

1. Open the [Chrome Web Store](https://chrome.google.com/webstore/detail/liddcdcjkpeaiblhebgihpmcaknpgbgk).
2. click `Add to Chrome`.
3. If you're adding an extension:
* Review the types of data that the extension will be able to access.
* Click Add extension.
You'll see your extensions in Chrome as buttons on the toolbar.

### Manual Installation

_Below is an example of how you can manual installing from source code._

1. Clone the repo
```sh
git clone https://github.com/0xlau/biliplus.git
```
2. Execute Command to make a zip file
```sh
# Linux/MacOS
> make

# Windows
> ./make.bat
```
3. Found a file called `biliplus.zip`
```sh
> ls
biliplus.zip
```
4. Dragging `biliplus.zip` to Chrome/Edge Extension Page
```sh
# Extension Page
chrome://extensions
edge://extensions
```
5. More details you can visit [chromebook](https://support.google.com/chromebook/topic/3415446) to install extensions.

(back to top)

## Roadmap

- [x] Clean Home Mode
- [x] Feed Roll Back Button
- [x] Summarize video in cover list by Bilibili AI
- [x] Display the number of viewers on the video cover
- [x] Hide all comments from a user by userID
- [x] Hide Bilibili hot searches in the search box
- [x] Stepless adjustment of video speed
- [ ] ......

## Patches

- [x] Resolve the issue of images not being able to exit using the Esc key

See the [open issues](https://github.com/0xlau/biliplus/issues) for a full list of proposed features (and known issues).

(back to top)

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

(back to top)

## License

Distributed under the MIT License. See `LICENSE.txt` for more information.

(back to top)

## Contact

Timothy Lau - [@thetimothylau](https://twitter.com/thetimothylau) - [email protected]

Project Link: [https://github.com/0xlau/biliplus](https://github.com/0xlau/biliplus)

(back to top)

## Acknowledgments

* [Github-biliscope](https://github.com/gaogaotiantian/biliscope)
* [DaisyUI](https://daisyui.com/)
* [Tailwindcss](https://tailwindcss.com/)
* [Chrome Extension Docs](https://developer.chrome.com/docs/extensions)
* [Remixicon](https://remixicon.com/)
* [Img Shields](https://shields.io)

(back to top)

[contributors-shield]: https://img.shields.io/github/contributors/0xlau/biliplus.svg?style=for-the-badge
[contributors-url]: https://github.com/0xlau/biliplus/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/0xlau/biliplus.svg?style=for-the-badge
[forks-url]: https://github.com/0xlau/biliplus/network/members
[stars-shield]: https://img.shields.io/github/stars/0xlau/biliplus.svg?style=for-the-badge
[stars-url]: https://github.com/0xlau/biliplus/stargazers
[issues-shield]: https://img.shields.io/github/issues/0xlau/biliplus.svg?style=for-the-badge
[issues-url]: https://github.com/0xlau/biliplus/issues
[license-shield]: https://img.shields.io/github/license/0xlau/biliplus.svg?style=for-the-badge
[license-url]: https://github.com/0xlau/biliplus/blob/master/LICENSE.txt
[chrome-shield]: https://img.shields.io/badge/-Plugin_Download-black.svg?style=for-the-badge&colorB=555
[chrome-url]: https://chrome.com/

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=0xlau/biliplus&type=Date)](https://star-history.com/#0xlau/biliplus&Date)