Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Bistutu/FluentRead
/ format
Function
format
userscripts.js:1665–1667 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
1663
1664
// 文本格式化
1665
function
format(text) {
1666
return
text.replace(/\u00A0/g,
' '
).trim();
1667
}
1668
1669
// 替换文本
1670
function
replaceText(
type
, node, value) {
Callers
5
processNode
Function · 0.85
procCoze
Function · 0.85
procOpenai
Function · 0.85
procMaven
Function · 0.85
procDockerhub
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected