Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/falkon
/ openUserJs
Method
openUserJs
src/plugins/GreaseMonkey/settings/gm_settings.cpp:61–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void GM_Settings::openUserJs()
62
{
63
mApp->addNewTab(QUrl(QSL(
"http://openuserjs.org"
)));
64
close();
65
}
66
67
void GM_Settings::showItemInfo(QListWidgetItem* item)
68
{
Callers
nothing calls this directly
Calls
2
addNewTab
Method · 0.80
QUrl
Class · 0.50
Tested by
no test coverage detected