We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a8920 commit e5700a5Copy full SHA for e5700a5
src/content-script/site-adapters/bilibili/index.mjs
@@ -3,6 +3,7 @@ import { config } from '../index.mjs'
3
4
export default {
5
init: async (hostname, userConfig, getInput, mountComponent) => {
6
+ if (location.pathname.includes('/bangumi')) return false
7
try {
8
// B站页面是SSR的,如果插入过早,页面 js 检测到实际 Dom 和期望 Dom 不一致,会导致重新渲染
9
await waitForElementToExistAndSelect('img.bili-avatar-img')
0 commit comments