Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bewlybewly/bewlybewly

Just make a few small changes to your Bilibili homepage. (English | 简体中文 | 正體中文 | 廣東話)
https://github.com/bewlybewly/bewlybewly

bilibili browser-extension chrome-extension dark-mode dark-theme

Last synced: about 16 hours ago
JSON representation

Just make a few small changes to your Bilibili homepage. (English | 简体中文 | 正體中文 | 廣東話)

Awesome Lists containing this project

README

        

# BewlyBewly

[English](README.md) | 官话 - 简体中文 | [官話 - 正體中文](README-cmn_TW.md) | [廣東話](README-jyut.md)


BewlyBewly icon

只需对您的 Bilibili 主页进行一些小更改即可。

## 👋 介绍

> [!IMPORTANT]
> BewlyBewly 主要专注页面的调整和优化,而不是完善功能和提升效率。
>
> 由于效率和维护难度的原因,暗色模式只会适应常用页面,而不会适应不常用的页面。

> [!CAUTION]
> 如果您正在安装此扩展程序,您的浏览器可能会提示它可以读取您的浏览历史记录。
>
> 这是因为 BewlyBewly 使用了["tabs" 权限](https://developer.chrome.com/docs/extensions/reference/api/tabs),该权限也可用于读取每个标签页,从而了解浏览历史,但在这里并未使用。
>
> **一些浏览器会提到最坏的情况和最高的风险,以确保您在安装后的安全。**
> 此外,这个项目是开源的,所以您可以看到它究竟做了什么。

BewlyBewly 是一个用于 BiliBili 的浏览器扩展,旨在通过重新设计 BiliBili 用户界面来提升用户体验。设计灵感来自于 YouTube、Vision OS 和 iOS,从而实现了更具视觉吸引力和用户友好性的界面。

该项目使用 [vitesse-webext](https://github.com/antfu/vitesse-webext) 模板进行开发。如果没有这个模板,可能无法开发出这个项目。

## ⬇️ 安装

### 在线安装

> [!TIP]
> 即使在 Edge 浏览器中,我们也强烈建议您使用 Chrome 应用商店进行安装。在审核速度上,Chrome > 应用商店的审核速度比 Edge 应用商店快得多。
>
> 此外,BewlyBewly 的 Chrome Web Store 版本将更快地解决和修复关键性错误。

> [!IMPORTANT]
> 如果你的电脑无法访问 Chrome Web Store,你可以尝试去 crx 搜搜下载:
>
> 但与此项目在 Chrome Web Store 是否一致且未经修改不太能保证,但是经过测试是正常的,使用时请慎重,出现后果本项目概不负责

- Chrome:
- Edge:
- Firefox:

#### 对于 Firefox 用户

> [!WARNING]
> 使用 Firefox 浏览器时,请记得启用下面图片中显示的所有权限,以正常使用 BewlyBewly


enable all bewlybewly permissions on firefox

### 本地安装

[CI](https://github.com/hakadao/BewlyBewly/actions):使用最新代码自动构建

[Releases](https://github.com/hakadao/BewlyBewly/releases):稳定版

#### Edge 和 Chrome(推荐)

> 确保您下载了 [extension.zip](https://github.com/hakadao/BewlyBewly/releases)。

在 Edge 浏览器中打开 `edge://extensions` 或者在 Chrome 浏览器中打开 `chrome://extensions` 界面,只需将下载的 `extension.zip` 文件拖放到浏览器中即可完成安装。

Edge & Chrome 的另一种安装方法

#### Edge

> 确保您下载了 [extension.zip](https://github.com/hakadao/BewlyBewly/releases) 并解压缩该文件。

1. 在地址栏输入 `edge://extensions/` 并按回车
2. 打开 `开发者模式` 并点击 `加载已解压的拓展程序`
image
3. 在浏览器中加载解压后的扩展文件夹

#### Chrome

> 确保您下载了 [extension.zip](https://github.com/hakadao/BewlyBewly/releases) 并解压缩该文件。

1. 在地址栏输入 `chrome://extensions/` 并按回车
2. 打开 `开发者模式` 并点击 `加载已解压的拓展程序`
Snipaste_2022-03-27_18-17-04
3. 在浏览器中加载解压后的扩展文件夹

## 🤝 贡献与构建项目

查看 [CONTRIBUTING.md](docs/CONTRIBUTING-cmn_CN.md)

### 贡献者

[![Contributors](https://contrib.rocks/image?repo=hakadao/BewlyBewly)](https://github.com/BewlyBewly/BewlyBewly/graphs/contributors)

## ❤️ 鸣谢

- [vitesse-webext](https://github.com/antfu/vitesse-webext) - 该项目使用的模板
- [UserScripts/bilibiliHome](https://github.com/indefined/UserScripts/tree/master/bilibiliHome),
[bilibili-app-recommend](https://github.com/magicdawn/bilibili-app-recommend) - 获取访问密钥的参考来源
- [Bilibili-Evolved](https://github.com/the1812/Bilibili-Evolved) - 部分功能实现
- [bilibili-API-collect](https://github.com/SocialSisterYi/bilibili-API-collect)