Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LeFroid/Viper-Browser
/ isEnabledOnSubFrames
Method
isEnabledOnSubFrames
src/core/user_scripts/UserScript.cpp:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
bool UserScript::isEnabledOnSubFrames() const
39
{
40
return !m_noSubFrames;
41
}
42
43
ScriptInjectionTime UserScript::getInjectionTime() const
44
{
Callers
1
WebEngineScriptAdapter
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected