Edited JS telling stuff idk anymore

This commit is contained in:
blank X 2019-02-04 20:52:37 +07:00
parent 23a8da199a
commit 9a0c05ac76
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 5 additions and 2 deletions

View File

@ -15,7 +15,7 @@
</div>
<br>
<noscript>
<p class='red'>Warning: Javascript is disabled, so you can't use the built in chat</p>
<p class='red'>Warning: Javascript is disabled, so you can't use intergram (the built in chat)</p>
</noscript>
<p>Sorted in most active order</p>
<div class='linkz'>
@ -36,7 +36,7 @@
</div>
<a href='https://t.me/blank_x' class='blue'>Telegram Main (@blank_x)</a><p class='h' aria-hidden='true'></p>
<a href='https://t.me/theblankx' class='blue'>Telegram Alt (@theblankx)</a><p class='h' aria-hidden='true'></p>
<noscript><p class='green'>Ever tried enabling Javascript and seeing something different?</p></noscript>
<div id='intergramtell'></div><p class='h' aria-hidden='true'></p>
<a href='https://keybase.io/blank_x' class='blue'>Keybase (blank_x)</a><p class='h' aria-hidden='true'></p>
<a href='https://nixnet.xyz/mattermost' class='blue'>NixedChat (@blank_x)</a><p class='h' aria-hidden='true'></p>
<a href='https://conversations.im/i/blank_x@nixnet.xyz?omemo-sid-1040582362=763fd5d7a9845725ba32e30415eb92f2171993d2cfd97c25e1322c03d01ccd32' class='blue'>NixNet's Jabber/XMPP server (blank_x@nixnet.xyz)</a><p class='h' aria-hidden='true'></p>
@ -61,6 +61,9 @@ window.intergramCustomizations = {
autoNoResponse: "Umm... blanky boi hasn't responded yet...",
mainColor: "blue"
};
var inttell = "<a href='#' id='intergramtelltxt' class='blue'>Intergram (bottom right corner)</a>";
document.getElementById("intergramtell").innerHTML = inttell;
document.getElementById("intergramtelltxt").href = window.location.href;
</script>
<script id="intergram" type="text/javascript" src="https://www.intergram.xyz/js/widget.js"></script>
<script src='toc.js'></script>