mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-20 10:44:35 +10:00
2
run.ps1
2
run.ps1
@@ -1787,7 +1787,7 @@ $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
|
$rexex1 = $old -notmatch $webjson.others.binary.block_update.add
|
||||||
$rexex2 = $old -notmatch $webjson.others.binary.podcast_ad_block.add
|
$rexex2 = $old -notmatch $webjson.others.binary.block_slots.add
|
||||||
$rexex3 = $old -notmatch $webjson.others.binary.block_gabo.add
|
$rexex3 = $old -notmatch $webjson.others.binary.block_gabo.add
|
||||||
|
|
||||||
if ($rexex1 -and $rexex2 -and $rexex3) {
|
if ($rexex1 -and $rexex2 -and $rexex3) {
|
||||||
|
|||||||
Reference in New Issue
Block a user