当前位置:网站首页>The solution of BiliBili video list name too long and incomplete display

The solution of BiliBili video list name too long and incomplete display

2022-06-12 18:46:00 Pengshiyu

Open console , Execute code

document.querySelectorAll('.part').forEach(item => {
    
 item.innerText = item.innerText.slice(20)
})
原网站

版权声明
本文为[Pengshiyu]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/163/202206121833305183.html