Skip to content

Commit 9c13a80

Browse files
committed
fix(bilibili): remove dynamic float button
1 parent 6e56756 commit 9c13a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/bilibili/plugins/dynamic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ async def render_screenshot(dynamic: Dynamic) -> bytes:
174174
await page.wait_for_load_state("networkidle")
175175

176176
if "opus" in page.url:
177-
remove = ".opus-nav,.float-openapp,.openapp-dialog,.opus-read-more"
177+
remove = ".opus-nav,.opus-float-btn,.openapp-dialog,.opus-read-more"
178178
target = ".opus-modules"
179179
await page.locator(".opus-module-content").evaluate(
180180
"e => e.classList.remove('limit')"

0 commit comments

Comments
 (0)