diff --git a/manifest/manifest.json b/manifest/manifest.json index 7bb8af26..fc207352 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -50,6 +50,10 @@ "icons/heart.svg", "icons/visible.svg", "icons/not_visible.svg", + "icons/money.svg", + "icons/segway.png", + "icons/close-smaller.svg", + "icons/right-arrow.svg", "icons/PlayerInfoIconSponsorBlocker.svg", "icons/PlayerDeleteIconSponsorBlocker.svg", "popup.html", diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index ef9f325d..a367acf5 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -239,6 +239,9 @@ "showSkipNotice": { "message": "Show Notice After A Segment Is Skipped" }, + "showCategoryGuidelines": { + "message": "Show Category Help" + }, "noticeVisibilityMode0": { "message": "Full Size Skip Notices" }, @@ -542,18 +545,39 @@ "message": "to", "description": "Used between segments. Example: 1:20 to 1:30" }, + "generic_guideline1": { + "message": "Include segue transitions" + }, + "generic_guideline2": { + "message": "Plays as if nothing was skipped" + }, "category_sponsor": { "message": "Sponsor" }, "category_sponsor_description": { "message": "Paid promotion, paid referrals and direct advertisements. Not for self-promotion or free shoutouts to causes/creators/websites/products they like." }, + "category_sponsor_guideline1": { + "message": "Paid promotions" + }, + "category_sponsor_guideline2": { + "message": "Not for donations or custom merch" + }, "category_selfpromo": { "message": "Unpaid/Self Promotion" }, "category_selfpromo_description": { "message": "Similar to \"sponsor\" except for unpaid or self promotion. This includes sections about merchandise, donations, or information about who they collaborated with." }, + "category_selfpromo_guideline1": { + "message": "Applies to donations, memberships and custom merch" + }, + "category_selfpromo_guideline2": { + "message": "Free shoutouts that don't add to the video" + }, + "category_selfpromo_guideline3": { + "message": "Generic and company-created merch is Sponsor" + }, "category_exclusive_access": { "message": "Exclusive Access" }, diff --git a/public/content.css b/public/content.css index 6a2c1a04..ded0e3f3 100644 --- a/public/content.css +++ b/public/content.css @@ -347,6 +347,22 @@ color: rgb(235, 235, 235); } +.sb-guidelines-notice .sponsorTimesInfoMessage td { + padding-left: 5px; + padding-top: 2px; + padding-bottom: 2px; + font-size: 15px; + + display: flex; + align-items: center; +} + +.sponsorTimesInfoIcon { + width: 30px; + padding-right: 10px; + padding-left: 10px; +} + .segmentSummary { outline: none !important; } diff --git a/public/icons/close-smaller.svg b/public/icons/close-smaller.svg new file mode 100644 index 00000000..9a740f53 --- /dev/null +++ b/public/icons/close-smaller.svg @@ -0,0 +1,37 @@ + + diff --git a/public/icons/money.svg b/public/icons/money.svg new file mode 100644 index 00000000..fde5f8a9 --- /dev/null +++ b/public/icons/money.svg @@ -0,0 +1,37 @@ + + diff --git a/public/icons/right-arrow.svg b/public/icons/right-arrow.svg new file mode 100644 index 00000000..638cf96e --- /dev/null +++ b/public/icons/right-arrow.svg @@ -0,0 +1,37 @@ + + diff --git a/public/icons/segway.png b/public/icons/segway.png new file mode 100644 index 00000000..b1057c13 Binary files /dev/null and b/public/icons/segway.png differ diff --git a/public/options/options.html b/public/options/options.html index e23be2ab..d50f9c5c 100644 --- a/public/options/options.html +++ b/public/options/options.html @@ -175,6 +175,18 @@ + +