4df5ae7b0ef821fbfaae658a6fec8915a9e810173ef0a9c28f9a307c19e16333
UNKNOWN
Verdict: BENIGN
Local reference
Suspicious dependency
Inferred
4df5ae7b0ef821fbfaae658a6fec8915a9e810173ef0a9c28f9a307c19e16333
javascript
| 94 |
(function () { |
|
| 95 |
try { |
|
| 96 |
var stored = localStorage.getItem('theme'); |
Reads browser storage with getItem |
| 97 |
var theme = /^(light|dark|high-contrast)$/.test(stored) |
|
| 98 |
? stored |
|
| 99 |
: matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light'; |
Adapts an interface to the system color scheme |
| 100 |
document.documentElement.classList.add('theme-' + theme); |
|
| 101 |
} catch (e) {} |
|
| 112 |
if (excludesKey) { |
|
| 113 |
var exclusions = JSON.parse(localStorage.getItem('atlas-layout-exclusions') || '{}'); |
|
| 114 |
if (Object.prototype.hasOwnProperty.call(exclusions, excludesKey)) { |
|
| 115 |
var scoped = exclusions[excludesKey]; |
Binds computed property to variable |
| 116 |
if (scoped) { |
|
| 117 |
if (typeof scoped === 'object') blocked = scoped; |
|
| 118 |
} |
|
| 119 |
} |
|
| 120 |
} |
|
| 121 |
var html = document.documentElement; |
|
| 122 |
for (var c in view) { |
|
| 123 |
if (Object.prototype.hasOwnProperty.call(blocked, c)) continue; |
|
| 124 |
if (view[c]) html.classList.add(c); |
|
| 125 |
else html.classList.remove(c); |
|
| 126 |
} |
|
| 127 |
} catch (e) {} |
|
| 406 |
</li> |
|
| 407 |
<li class="has-three-text-columns-list-items"> |
|
| 408 |
<a class="bar-link inner-focus" href="/en-us/archive/microsoft-edge/legacy/" data-linktype="absolute-path"> |
Edge browser data directory path |
| 409 |
Legacy Microsoft Edge |
|
| 410 |
</a> |
|
| 635 |
tabindex="-1" |
|
| 636 |
> |
|
| 637 |
<span class="theme-light margin-right-xxs"> |
Adapts an interface to the system color scheme |
| 638 |
<span |
|
| 639 |
class="theme-selector-icon border display-inline-block has-body-background" |
|
| 663 |
tabindex="-1" |
|
| 664 |
> |
|
| 665 |
<span class="theme-dark margin-right-xxs"> |
Adapts an interface to the system color scheme |
| 666 |
<span |
|
| 667 |
class="border theme-selector-icon display-inline-block has-body-background" |
|
Micro-behaviors
| 94 |
(function () { |
|
| 95 |
try { |
|
| 96 |
var stored = localStorage.getItem('theme'); |
|
| 97 |
var theme = /^(light|dark|high-contrast)$/.test(stored) |
|
| 98 |
? stored |
|
| 99 |
: matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light'; |
|
| 100 |
document.documentElement.classList.add('theme-' + theme); |
|
| 101 |
} catch (e) {} |
|
| 112 |
if (excludesKey) { |
|
| 113 |
var exclusions = JSON.parse(localStorage.getItem('atlas-layout-exclusions') || '{}'); |
|
| 114 |
if (Object.prototype.hasOwnProperty.call(exclusions, excludesKey)) { |
|
| 115 |
var scoped = exclusions[excludesKey]; |
|
| 116 |
if (scoped) { |
|
| 117 |
if (typeof scoped === 'object') blocked = scoped; |
|
| 118 |
} |
|
| 119 |
} |
|
| 120 |
} |
|
| 121 |
var html = document.documentElement; |
|
| 122 |
for (var c in view) { |
|
| 123 |
if (Object.prototype.hasOwnProperty.call(blocked, c)) continue; |
|
| 124 |
if (view[c]) html.classList.add(c); |
|
| 125 |
else html.classList.remove(c); |
|
| 126 |
} |
|
| 127 |
} catch (e) {} |
|
| 406 |
</li> |
|
| 407 |
<li class="has-three-text-columns-list-items"> |
|
| 408 |
<a class="bar-link inner-focus" href="/en-us/archive/microsoft-edge/legacy/" data-linktype="absolute-path"> |
|
| 409 |
Legacy Microsoft Edge |
|
| 410 |
</a> |
|
| 94 |
(function () { |
|
| 95 |
try { |
|
| 96 |
var stored = localStorage.getItem('theme'); |
|
| 97 |
var theme = /^(light|dark|high-contrast)$/.test(stored) |
|
| 98 |
? stored |
|
| 99 |
: matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light'; |
|
| 100 |
document.documentElement.classList.add('theme-' + theme); |
|
| 101 |
} catch (e) {} |
|
| 663 |
tabindex="-1" |
|
| 664 |
> |
|
| 665 |
<span class="theme-dark margin-right-xxs"> |
|
| 666 |
<span |
|
| 667 |
class="border theme-selector-icon display-inline-block has-body-background" |
|
| 635 |
tabindex="-1" |
|
| 636 |
> |
|
| 637 |
<span class="theme-light margin-right-xxs"> |
|
| 638 |
<span |
|
| 639 |
class="theme-selector-icon border display-inline-block has-body-background" |
|
| 18 |
<meta name="description" content="Microsoft technical documentation for older versions of products, services and technologies." /> |
|
| 19 |
<link rel="canonical" href="https://learn.microsoft.com/en-us/previous-versions/" /> |
|
| 112 |
if (excludesKey) { |
|
| 113 |
var exclusions = JSON.parse(localStorage.getItem('atlas-layout-exclusions') || '{}'); |
|
| 114 |
if (Object.prototype.hasOwnProperty.call(exclusions, excludesKey)) { |
|
| 115 |
var scoped = exclusions[excludesKey]; |
|
| 116 |
if (scoped) { |
|
| 117 |
if (typeof scoped === 'object') blocked = scoped; |
|
| 118 |
} |
|
| 119 |
} |
|
| 120 |
} |
|
| 121 |
var html = document.documentElement; |
|
| 122 |
for (var c in view) { |
|
| 123 |
if (Object.prototype.hasOwnProperty.call(blocked, c)) continue; |
|
| 124 |
if (view[c]) html.classList.add(c); |
|
| 125 |
else html.classList.remove(c); |
|
| 126 |
} |
|
| 127 |
} catch (e) {} |
|
Metadata
| 1 |
<!DOCTYPE html> |
|
| 2 |
<html |
|
| 3 |
class="layout layout-single directory default-focus" |
|
| 4 |
lang="en-us" |
|
| 5 |
dir="ltr" |
|
| 6 |
data-authenticated="false" |
|
| 7 |
data-auth-status-determined="false" |
|
| 8 |
data-target="docs" |
|
| 9 |
x-ms-format-detection="none" |
|
| 10 |
> |
|
Identity
| SHA-256 |
4df5ae7b0ef821fbfaae658a6fec8915a9e810173ef0a9c28f9a307c19e16333 |
| Filename |
4df5ae7b0ef821fbfaae658a6fec8915a9e810173ef0a9c28f9a307c19e16333 |
Origin
| Source |
harvest |
| Feed |
malwarebazaar |
| Ecosystem |
windows |
Timeline
| First seen |
24 Jul 2026 09:23 UTC |
| First analyzed |
14 Jul 2026 04:01 UTC |
| Last analyzed |
24 Jul 2026 21:47 UTC |
| Last updated |
24 Jul 2026 21:46 UTC |