MCPcopy Create free account
hub / github.com/ChinaGodMan/UserScripts / buildQueryString

Function buildQueryString

no-zh-terminator/no-zh-terminator.user.js:436–440  ·  view source on GitHub ↗
(params)

Source from the content-addressed store, hash-verified

434 }
435 // 构建查询字符串
436 function buildQueryString(params) {
437 return '?' + Object.keys(params).map(function (key) {
438 return encodeURIComponent(key) + '=' + encodeURIComponent(params[key])
439 }).join('&')
440 }
441 // 显示翻译
442 // 显示翻译
443 function showTranslation(node, originalText, translatedText) {

Callers 1

translateTextFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected