MCPcopy
hub / github.com/ChinaGodMan/UserScripts / startSelecting

Function startSelecting

web-clipper/web-clipper.user.js:705–710  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

703
704 // 开始选择
705 function startSelecting() {
706 $('body').addClass('h2m-no-scroll') // 防止页面滚动
707 isSelecting = true
708 // 操作指南
709 tip(marked.parse(translate.guide))
710 }
711
712 // 结束选择
713 function endSelecting() {

Callers 2

bindHotkeyFunction · 0.85

Calls 1

tipFunction · 0.85

Tested by

no test coverage detected