MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io / align

Function align

g2all/900/module/utils.js:39–47  ·  view source on GitHub ↗
(a, alignment)

Source from the content-addressed store, hash-verified

37
38 var el = document.getElementById("console");
39 if (!el) {
40 el = document.createElement("pre");
41 el.id = "console";
42 el.setAttribute(
43 "style",
44 "position:absolute;left:-9999px;top:-9999px;width:1px;height:1px;" +
45 "overflow:hidden;opacity:0;pointer-events:none;"
46 );
47 if (document.body) {
48 document.body.appendChild(el);
49 } else {
50 document.documentElement.appendChild(el);

Callers 2

leak_code_blockFunction · 0.90
find_baseFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected