From eb56ce0255c468bb0787ba31d93f19845acee08b Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Fri, 17 Oct 2025 13:34:40 +0300 Subject: [PATCH] fixed version range for canvas blocking on the main page --- run.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.ps1 b/run.ps1 index 2bd7425..c6a54d9 100644 --- a/run.ps1 +++ b/run.ps1 @@ -2135,7 +2135,7 @@ if ($test_spa) { default { $null } } - if (!($calltype -eq "'canvas'" -and [version]$offline -le [version]"1.2.52.442")) { + if (!($calltype -eq "'canvas'" -and [version]$offline -le [version]"1.2.44.405")) { $section = $section -replace "sectionBlock\(data, ''\)", "sectionBlock(data, $calltype)" injection -p $xpui_spa_patch -f "spotx-helper" -n "sectionBlock.js" -c $section }