mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 19:47:04 +03:00
Compare commits
3 Commits
6.0.2
...
7a605b8a2c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7a605b8a2c | ||
|
|
b59241cb08 | ||
|
|
03dc749440 |
@@ -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",
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user