mirror of
https://github.com/Flowseal/zapret-discord-youtube.git
synced 2026-03-15 16:21:53 +00:00
Added cloudflare bypass switcher
This commit is contained in:
@@ -26,7 +26,7 @@ echo Pick one of the options:
|
||||
set "count=0"
|
||||
for %%f in (*.bat) do (
|
||||
set "filename=%%~nxf"
|
||||
if /i not "!filename:~0,7!"=="service" if /i not "!filename:~0,13!"=="check_updates" (
|
||||
if /i not "!filename:~0,7!"=="service" if /i not "!filename:~0,13!"=="check_updates" if /i not "!filename:~0,17!"=="cloudflare_switch" (
|
||||
set /a count+=1
|
||||
echo !count!. %%f
|
||||
set "file!count!=%%f"
|
||||
|
||||
Reference in New Issue
Block a user