AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.8.4.1" />

.NET API 1,229,312 bytes

 ScriptingState

public enum ScriptingState
Enumeration to describe the current scripting state.
Enabled = 2

Scripting of the page is supported in general and is active for the current document.

Scripting is enabled during the initial page load, but is not supported afterwards, e.g., printed pages.

None = 0

Scripts will not run for this document; either it doesn't support a scripting language, or the support isn't active for the current document.