We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 269514b commit 9ef9359Copy full SHA for 9ef9359
get-browserhistory.ps1
@@ -44,7 +44,7 @@ function Get-BrowserHistoryFiles {
44
$searchPaths | ForEach-Object {
45
Get-ChildItem -Path $_ -File -Recurse -ErrorAction SilentlyContinue | Where-Object {
46
($_.Name -match "history" -or $_.Name -eq "places.sqlite") -and
47
- ($_.FullName -match "brave|edge|firefox|vivaldi|opera|chrome|chromium|centbrowser|maxthon|iridium|palemoon") -and
+ ($_.FullName -match "brave|edge|firefox|vivaldi|opera|chrome|chromium|centbrowser|maxthon|iridium|moonchild") -and
48
($_.FullName -notmatch "extensions")
49
} | Select-Object -ExpandProperty FullName
50
}
0 commit comments