MCPcopy Create free account
hub / github.com/zxlie/FeHelper / _ge

Function _ge

apps/color-picker/content-script.js:100–102  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

98 var elmid1 = 'fehelper-colorpicker-box', elmid2 = 'fehelper-colorpicker-result';
99
100 function _ge(n) {
101 return document.getElementById(n);
102 }
103
104 var n = false, c = false, hex = 'F00BAF', lasthex = '', rgb = null;
105 var hsv = null;

Callers 3

setPixelPreviewFunction · 0.85
setDisplayFunction · 0.85
removeExistingNodesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected