MCPcopy Index your code
hub / github.com/hoothin/UserScripts / hideIcon

Function hideIcon

Highlight Every Code/Highlight Every Code.user.js:149–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147 c.document.close();
148 }
149 function hideIcon(){
150 codeIcon.style.opacity=0;
151 customInput=false;
152 if(codeIcon.parentNode)codeIcon.parentNode.removeChild(codeIcon);
153 }
154 function getMousePos(event) {
155 var e = event || window.event;
156 scrollX = document.documentElement.scrollLeft || document.body.scrollLeft;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected