Skip to content

Commit 9ef9359

Browse files
authored
Update get-browserhistory.ps1
1 parent 269514b commit 9ef9359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get-browserhistory.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function Get-BrowserHistoryFiles {
4444
$searchPaths | ForEach-Object {
4545
Get-ChildItem -Path $_ -File -Recurse -ErrorAction SilentlyContinue | Where-Object {
4646
($_.Name -match "history" -or $_.Name -eq "places.sqlite") -and
47-
($_.FullName -match "brave|edge|firefox|vivaldi|opera|chrome|chromium|centbrowser|maxthon|iridium|palemoon") -and
47+
($_.FullName -match "brave|edge|firefox|vivaldi|opera|chrome|chromium|centbrowser|maxthon|iridium|moonchild") -and
4848
($_.FullName -notmatch "extensions")
4949
} | Select-Object -ExpandProperty FullName
5050
}

0 commit comments

Comments
 (0)