mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-21 03:04:34 +10:00
block billboard slot
This commit is contained in:
@@ -1500,6 +1500,15 @@
|
|||||||
"match": "slots(?=.{25,35}state)",
|
"match": "slots(?=.{25,35}state)",
|
||||||
"replace": "slot}"
|
"replace": "slot}"
|
||||||
},
|
},
|
||||||
|
"block_slots_3": {
|
||||||
|
"version": {
|
||||||
|
"fr": "1.2.55",
|
||||||
|
"to": ""
|
||||||
|
},
|
||||||
|
"add": "}(?=payload=)",
|
||||||
|
"match": "\\?(?=payload=)",
|
||||||
|
"replace": "}"
|
||||||
|
},
|
||||||
"block_gabo": {
|
"block_gabo": {
|
||||||
"version": {
|
"version": {
|
||||||
"fr": "1.1.59",
|
"fr": "1.1.59",
|
||||||
|
|||||||
11
run.ps1
11
run.ps1
@@ -1819,12 +1819,13 @@ If (!(Test-Path $start_menu)) {
|
|||||||
$ANSI = [Text.Encoding]::GetEncoding(1251)
|
$ANSI = [Text.Encoding]::GetEncoding(1251)
|
||||||
$old = [IO.File]::ReadAllText($spotifyExecutable, $ANSI)
|
$old = [IO.File]::ReadAllText($spotifyExecutable, $ANSI)
|
||||||
|
|
||||||
$rexex1 = $old -notmatch $webjson.others.binary.block_update.add
|
$regex1 = $old -notmatch $webjson.others.binary.block_update.add
|
||||||
$rexex2 = $old -notmatch $webjson.others.binary.block_slots.add
|
$regex2 = $old -notmatch $webjson.others.binary.block_slots.add
|
||||||
$rexex3 = $old -notmatch $webjson.others.binary.block_slots_2.add
|
$regex3 = $old -notmatch $webjson.others.binary.block_slots_2.add
|
||||||
$rexex4 = $old -notmatch $webjson.others.binary.block_gabo.add
|
$regex4 = $old -notmatch $webjson.others.binary.block_slots_3.add
|
||||||
|
$regex5 = $old -notmatch $webjson.others.binary.block_gabo.add
|
||||||
|
|
||||||
if ($rexex1 -and $rexex2 -and $rexex3 -and $rexex4) {
|
if ($regex1 -and $regex2 -and $regex3 -and $regex4 -and $regex5) {
|
||||||
|
|
||||||
if (Test-Path -LiteralPath $exe_bak) {
|
if (Test-Path -LiteralPath $exe_bak) {
|
||||||
Remove-Item $exe_bak -Recurse -Force
|
Remove-Item $exe_bak -Recurse -Force
|
||||||
|
|||||||
Reference in New Issue
Block a user