Total rewrite of how switching works

Add compatibility with most search engine tabs
This commit is contained in:
2022-09-28 19:13:51 -03:00
parent 1f5f00f82a
commit 49bad5d35c
4 changed files with 103 additions and 44 deletions

View File

@@ -3,4 +3,4 @@ $compress = @{
CompressionLevel = "NoCompression"
DestinationPath = "output\SearchSwitch.zip"
}
Compress-Archive @compress
Compress-Archive @compress -Force