mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 11:37:02 +03:00
Changed name of merch category
This commit is contained in:
@@ -2,5 +2,5 @@
|
|||||||
"serverAddress": "https://sponsor.ajay.app",
|
"serverAddress": "https://sponsor.ajay.app",
|
||||||
"testingServerAddress": "https://sponsor.ajay.app/test",
|
"testingServerAddress": "https://sponsor.ajay.app/test",
|
||||||
"serverAddressComment": "This specifies the default SponsorBlock server to conect to",
|
"serverAddressComment": "This specifies the default SponsorBlock server to conect to",
|
||||||
"categoryList": ["sponsor", "intro", "outro", "interaction", "merchandise", "offtopic"]
|
"categoryList": ["sponsor", "intro", "outro", "interaction", "selfpromo", "offtopic"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -502,8 +502,8 @@
|
|||||||
"category_interaction": {
|
"category_interaction": {
|
||||||
"message": "Interaction (Redundant Like, Subscribe, Follow, etc.)"
|
"message": "Interaction (Redundant Like, Subscribe, Follow, etc.)"
|
||||||
},
|
},
|
||||||
"category_merchandise": {
|
"category_selfpromo": {
|
||||||
"message": "Merchandise and self-promotion"
|
"message": "Self-Promotion and Merchandise"
|
||||||
},
|
},
|
||||||
"category_offtopic": {
|
"category_offtopic": {
|
||||||
"message": "Offtopic tangent (Subjective)"
|
"message": "Offtopic tangent (Subjective)"
|
||||||
|
|||||||
@@ -42,11 +42,11 @@ let barTypes = {
|
|||||||
color: "#6c0087",
|
color: "#6c0087",
|
||||||
opacity: "0.7"
|
opacity: "0.7"
|
||||||
},
|
},
|
||||||
"merchandise": {
|
"selfpromo": {
|
||||||
color: "#ffff00",
|
color: "#ffff00",
|
||||||
opacity: "0.7"
|
opacity: "0.7"
|
||||||
},
|
},
|
||||||
"preview-merchandise": {
|
"preview-selfpromo": {
|
||||||
color: "#bfbf35",
|
color: "#bfbf35",
|
||||||
opacity: "0.7"
|
opacity: "0.7"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user