Benign arch Download

src/pages/sidepanel/index.html

Loads local script elementChecks the preferred dark color scheme
SHA-2566fee948e5a452c775527edaff307503bb44e11a1be878b22d594b032379def62
MaleculeH₂(PoU)

Evidence

Loads local script element lines 15–35
15:37… mn;
16 flex: 1;
17 }
18
19 @media (prefers-color-scheme: dark) {
20 html {
21 background: #2F3033;
22 }
23 }
24 </style>
25 <script type="module" crossorigin src="/assets/index.html.js"></script>
26 <link rel="modulepreload" crossorigin href="/assets/modulepreload-polyfill.js">
27 <link rel="modulepreload" crossorigin href="/assets/store.js">
⋯8 lines

Keyboard shortcuts on this page: j for the next sample, k for the previous one, x to go back to the feed, d to download the original bytes, r to re-queue the sample for analysis.