Compare commits

...

3 Commits

Author SHA1 Message Date
Ajay
7a605b8a2c bump version 2025-10-14 16:32:44 -04:00
Ajay
b59241cb08 Fix skip profile menu appearing behind your work box
Fixes #2359
2025-10-14 15:10:33 -04:00
Ajay
03dc749440 Move buttons back to the left on new youtube layout 2025-10-09 04:00:48 -04:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -321,6 +321,8 @@
justify-content: space-evenly; justify-content: space-evenly;
display: flex; display: flex;
position: relative; position: relative;
z-index: 1;
} }
.sbControlsMenu-item { .sbControlsMenu-item {
display: flex; display: flex;

View File

@@ -4,8 +4,6 @@ import { getSkipProfileBool } from "./skipProfiles";
export function getControls(): HTMLElement { export function getControls(): HTMLElement {
const controlsSelectors = [ const controlsSelectors = [
// New YouTube (2025 April)
".ytp-right-controls-right",
// YouTube // YouTube
".ytp-right-controls", ".ytp-right-controls",
// Mobile YouTube // Mobile YouTube