Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XIU2/UserScript
/ menu_value
Function
menu_value
V2ex-Enhanced.user.js:70–76 ·
view source on GitHub ↗
(menuName)
Source
from the content-addressed store, hash-verified
68
69
// 返回菜单值
70
function
menu_value(menuName) {
71
for
(
let
menu of menu_ALL) {
72
if
(menu[0] == menuName) {
73
return
menu[3]
74
}
75
}
76
}
77
78
79
// 默认 ID 为 0
Callers
1
V2ex-Enhanced.user.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected