MCPcopy
hub / github.com/027xiguapi/code-box / copyCodeCssFunc

Function copyCodeCssFunc

contents/csdn.tsx:102–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100
101 /* 未登录复制代码 */
102 function copyCodeCssFunc() {
103 const css = `
104 #content_views pre,
105 #content_views pre code {
106 -webkit-touch-callout: auto !important;
107 -webkit-user-select: auto !important;
108 -khtml-user-select: auto !important;
109 -moz-user-select: auto !important;
110 -ms-user-select: auto !important;
111 user-select: auto !important;
112 }`
113 addCss(css)
114 }
115
116 function copyCodeFunc() {
117 copyCodeCssFunc()

Callers 1

copyCodeFuncFunction · 0.70

Calls 1

addCssFunction · 0.85

Tested by

no test coverage detected