Bilibili-Evolved/style/comment/comment.js
2019-04-30 17:14:38 +08:00

6 lines
262 B
JavaScript

// Style key looks strange as it's a generated key
resources.applyImportantStyle("useCommentStyleStyle");
export default {
reload: () => resources.applyImportantStyle("useCommentStyleStyle"),
unload: () => resources.removeStyle("useCommentStyleStyle"),
}