Bilibili-Evolved/utils/full-tweets-title.js
2018-08-26 23:51:47 +08:00

11 lines
196 B
JavaScript

(() =>
{
return (_, resources) =>
{
resources.applyStyle("fullTweetsTitleStyle", "full-tweets-title-style");
return {
ajaxReload: false
};
};
})();