mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
19 lines
525 B
JavaScript
19 lines
525 B
JavaScript
(() =>
|
|
{
|
|
return (settings, resources) =>
|
|
{
|
|
// (async () =>
|
|
// {
|
|
// const expandButton = await SpinQuery.condition(
|
|
// () => document.querySelector(".video-desc .btn"),
|
|
// it => it.innerText.indexOf("展开更多") !== -1,
|
|
// );
|
|
// if (!expandButton)
|
|
// {
|
|
// return;
|
|
// }
|
|
// expandButton.click();
|
|
// })();
|
|
resources.applyStyle("expandDescriptionStyle");
|
|
};
|
|
})(); |