Skip to content

Commit

Permalink
fix: 首页跳动态评论区无定位显示
Browse files Browse the repository at this point in the history
  • Loading branch information
eeelester committed Dec 26, 2024
1 parent 75746da commit ad65b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/bilibili-web-show-ip-location.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
}, { endsWith: "/" });
router.serve("https://t.bilibili.com/", async () => {
const dynItem = await isElementLoaded(".bili-dyn-item");
const isNewDyn = !dynItem.querySelector(".bili-dyn-item__footer");
const isNewDyn = dynItem.querySelector(".bili-dyn-item__footer");
if (isNewDyn) {
hookLit();
} else {
Expand Down

0 comments on commit ad65b74

Please sign in to comment.