Compare commits

...

6 Commits

Author SHA1 Message Date
Ajay
2c019468a7 Fix typings on isFirefox 2025-12-12 03:42:12 -05:00
Ajay
b020704c1c bump version 2025-12-12 03:37:52 -05:00
Ajay
71efda2033 update translations 2025-12-12 03:37:42 -05:00
Ajay
654e969131 Add support for Chromium 144 2025-12-12 03:37:24 -05:00
Ajay
f92aad5ac2 Merge branch 'master' of https://github.com/ajayyy/SponsorBlock 2025-12-01 01:58:40 -05:00
Ajay
a097ed7caf Fix chapter text rendering 2025-12-01 01:58:39 -05:00
5 changed files with 9 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "__MSG_fullName__",
"short_name": "SponsorBlock",
"version": "6.1.0",
"version": "6.1.1",
"default_locale": "en",
"description": "__MSG_Description__",
"homepage_url": "https://sponsor.ajay.app",

View File

@@ -12,5 +12,10 @@
"64": "icons/SafariIconSponsorBlocker64px.png",
"128": "icons/SafariIconSponsorBlocker128px.png"
}
},
"browser_specific_settings": {
"safari": {
"strict_min_version": "14.0"
}
}
}

View File

@@ -957,6 +957,7 @@ class PreviewBar {
const elem = document.createElement("div");
chapterTitle.parentElement.insertBefore(elem, chapterTitle);
elem.classList.add("sponsorChapterText");
elem.classList.add("ytp-chapter-title-content");
if (document.location.host === "tv.youtube.com") {
elem.style.lineHeight = "initial";
}