Skip to content

Commit

Permalink
Update: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolovenodie committed May 1, 2023
1 parent a56cce4 commit 0042cd4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 13 deletions.
33 changes: 21 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,29 @@ _Emby 增强插件 (适用于 Chrome 内核浏览器)_

---

### 等待修复
## 使用须知

- 媒体库跳转双跳问题
- 点击返回后重置元素
- 点击主页后重置元素

### TODO
**初次加载可能会有显示问题, 刷新载入看到, MISTY MEDIA 字样加载页面即可**

- 封装为单JS/CSS, 供客户端使用
- 内封装进 Misty Media 客户端
**默认匹配所有 8096/12308 端口网页, 如需更改, 修改 manifest.json 文件内 include_globs 表达式即可**

如: `"include_globs": ["*//tv.emby.media/*"]`

**使用方法**

Chrome 扩展设置 > 开发者模式 > 加载已解压的扩展程序 > 直接选择源码即可

## 等待修复

- 媒体库跳转双跳问题
- 点击返回后重置元素
- 点击主页后重置元素

## TODO

- 封装为单 JS/CSS, 供客户端使用
- 内封装进 Misty Media 客户端

---

![4](https://user-images.githubusercontent.com/18238152/235510774-666d9006-cbad-4b97-9a73-ad5334cb7eee.png)
![1](https://user-images.githubusercontent.com/18238152/235510867-4b71a870-6be6-46a5-b988-527d667b020d.png)
![2](https://user-images.githubusercontent.com/18238152/235510872-ef88ae87-6693-4c11-b7ad-0f05e1a5c583.png)
![3](https://user-images.githubusercontent.com/18238152/235510874-f2fe4715-eb68-4f7a-ac49-50dc5f4ef5aa.png)
![1](https://user-images.githubusercontent.com/18238152/235510774-666d9006-cbad-4b97-9a73-ad5334cb7eee.png) ![2](https://user-images.githubusercontent.com/18238152/235510867-4b71a870-6be6-46a5-b988-527d667b020d.png) ![3](https://user-images.githubusercontent.com/18238152/235510872-ef88ae87-6693-4c11-b7ad-0f05e1a5c583.png) ![4](https://user-images.githubusercontent.com/18238152/235510874-f2fe4715-eb68-4f7a-ac49-50dc5f4ef5aa.png)
2 changes: 1 addition & 1 deletion static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
transform: scale(.85) !important;
}

.view:not(.hide) .tabs-viewmenubar-backgroundcontainer:not(.tabs-viewmenubar-backgroundcontainer-tv) {
.tabs-viewmenubar-backgroundcontainer:not(.tabs-viewmenubar-backgroundcontainer-tv) {
background: 0 0 !important;
-webkit-backdrop-filter: blur(10px) !important;
backdrop-filter: blur(10px) !important;
Expand Down

0 comments on commit 0042cd4

Please sign in to comment.