Bilibili-Evolved/utils/full-tweets-title/full-tweets-title.js
2018-10-16 22:14:30 +08:00

8 lines
111 B
JavaScript

(() =>
{
return (_, resources) =>
{
resources.applyStyle("fullTweetsTitleStyle");
};
})();