add sponsorblock.js

This commit is contained in:
zrose584
2020-10-17 19:51:41 +02:00
parent e3c311e10a
commit f7f2b9fa06
6 changed files with 65 additions and 9 deletions

View File

@@ -134,7 +134,7 @@ For security reasons, enabling this is not recommended.''',
'default': True,
'comment': '',
}),
('use_comments_js', {
'label': 'Enable comments.js',
'type': bool,
@@ -142,6 +142,13 @@ For security reasons, enabling this is not recommended.''',
'comment': '',
}),
('use_sponsorblock_js', {
'label': 'Enable sponsorblock.js',
'type': bool,
'default': False,
'comment': '',
}),
('theme', {
'type': int,
'default': 0,