mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-03-15 15:12:36 +03:00
Add seperate hook category
This commit is contained in:
@@ -459,6 +459,14 @@ const syncDefaults = {
|
||||
color: "#005799",
|
||||
opacity: "0.7"
|
||||
},
|
||||
"hook": {
|
||||
color: "#395699",
|
||||
opacity: "0.8"
|
||||
},
|
||||
"preview-hook": {
|
||||
color: "#273963",
|
||||
opacity: "0.7"
|
||||
},
|
||||
"music_offtopic": {
|
||||
color: "#ff9900",
|
||||
opacity: "0.7"
|
||||
|
||||
@@ -98,6 +98,23 @@ export function getGuidelineInfo(category: Category): TextBox[] {
|
||||
icon: "icons/right-arrow.svg",
|
||||
text: chrome.i18n.getMessage(`generic_guideline2`)
|
||||
}];
|
||||
case "hook":
|
||||
return [{
|
||||
icon: "icons/campaign.svg",
|
||||
text: chrome.i18n.getMessage(`category_${category}_guideline1`)
|
||||
}, {
|
||||
icon: "icons/check-smaller.svg",
|
||||
text: chrome.i18n.getMessage(`category_${category}_guideline2`)
|
||||
}, {
|
||||
icon: "icons/close-smaller.svg",
|
||||
text: chrome.i18n.getMessage(`category_${category}_guideline3`)
|
||||
}, {
|
||||
icon: "icons/segway.png",
|
||||
text: chrome.i18n.getMessage(`generic_guideline1`)
|
||||
}, {
|
||||
icon: "icons/right-arrow.svg",
|
||||
text: chrome.i18n.getMessage(`generic_guideline2`)
|
||||
}];
|
||||
case "filler":
|
||||
return [{
|
||||
icon: "icons/stopwatch.svg",
|
||||
|
||||
Reference in New Issue
Block a user