mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-22 11:00:20 +10:00
updating css rules
This commit is contained in:
@@ -1449,7 +1449,7 @@
|
|||||||
"fr": "1.1.74",
|
"fr": "1.1.74",
|
||||||
"to": ""
|
"to": ""
|
||||||
},
|
},
|
||||||
"add": " button.wC9sIed7pfp47wZbmU6m.pzkhLqffqF_4hucrVVQA{display:none}"
|
"add": " .pzkhLqffqF_4hucrVVQA, .egE6UQjF_UUoCzvMxREj {display:none}"
|
||||||
},
|
},
|
||||||
"veryhighstream": {
|
"veryhighstream": {
|
||||||
"add": " #desktop\\.settings\\.streamingQuality>option:nth-child(5) {display:none}"
|
"add": " #desktop\\.settings\\.streamingQuality>option:nth-child(5) {display:none}"
|
||||||
|
|||||||
2
run.ps1
2
run.ps1
@@ -1568,8 +1568,10 @@ If ($test_spa) {
|
|||||||
# Hide submenu item "download"
|
# Hide submenu item "download"
|
||||||
$css += $webjson.others.submenudownload.add
|
$css += $webjson.others.submenudownload.add
|
||||||
# Hide very high quality streaming
|
# Hide very high quality streaming
|
||||||
|
if ([version]$offline -le [version]"1.2.29.605") {
|
||||||
$css += $webjson.others.veryhighstream.add
|
$css += $webjson.others.veryhighstream.add
|
||||||
}
|
}
|
||||||
|
}
|
||||||
# Full screen lyrics
|
# Full screen lyrics
|
||||||
if ($lyrics_stat -and [version]$offline -ge [version]"1.2.3.1107") {
|
if ($lyrics_stat -and [version]$offline -ge [version]"1.2.3.1107") {
|
||||||
$css += $webjson.others.lyricscolor2.add[3]
|
$css += $webjson.others.lyricscolor2.add[3]
|
||||||
|
|||||||
Reference in New Issue
Block a user