<table border=1 class="program-drag" style="visibility: hidden;"></table>
<script>
$ = x => { return document.querySelectorAll(x); };
+ if (window.location.href.includes("apikey="))
+ {
+ var h = window.location.href;
+ var k = h.split("apikey=")[1].split("&")[0];
+ localStorage.setItem("apikey", unescape(k));
+ h = h.replace("apikey=" + k + "&", "");
+ h = h.replace("apikey=" + k, "");
+ if (h.split("?")[1].trim().length == 0)
+ h = h.substring(0, h.length - 1);
+ window.location.href = h;
+ }
IstinaEditor.init();
function overline(instr, pos, compare)
{