mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 19:47:04 +03:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7a605b8a2c | ||
|
|
b59241cb08 | ||
|
|
03dc749440 |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "__MSG_fullName__",
|
||||
"short_name": "SponsorBlock",
|
||||
"version": "6.0.2",
|
||||
"version": "6.0.3",
|
||||
"default_locale": "en",
|
||||
"description": "__MSG_Description__",
|
||||
"homepage_url": "https://sponsor.ajay.app",
|
||||
|
||||
@@ -321,6 +321,8 @@
|
||||
justify-content: space-evenly;
|
||||
display: flex;
|
||||
position: relative;
|
||||
|
||||
z-index: 1;
|
||||
}
|
||||
.sbControlsMenu-item {
|
||||
display: flex;
|
||||
|
||||
@@ -4,8 +4,6 @@ import { getSkipProfileBool } from "./skipProfiles";
|
||||
|
||||
export function getControls(): HTMLElement {
|
||||
const controlsSelectors = [
|
||||
// New YouTube (2025 April)
|
||||
".ytp-right-controls-right",
|
||||
// YouTube
|
||||
".ytp-right-controls",
|
||||
// Mobile YouTube
|
||||
|
||||
Reference in New Issue
Block a user