1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 09:46:23 +00:00

Make WidgetBot Great Again!

This commit is contained in:
David Young
2021-01-07 14:13:51 +13:00
committed by GitHub
parent da9b7ab5b8
commit 9f2c8bf060
3 changed files with 20 additions and 13 deletions

View File

@@ -23,7 +23,9 @@
{% block analytics %}
<!-- RightMessage -->
<script src="https://cdn.jsdelivr.net/npm/@widgetbot/crate@3" async defer>
</script>
<!-- RightMessage
<script type="text/javascript">
(function(p, a, n, d, o, b, c) {
o = n.createElement('script'); o.type = 'text/javascript'; o.async = true; o.src = 'https://tb.rightmessage.com/'+p+'.js';
@@ -32,5 +34,5 @@
b.parentNode.insertBefore(c, b); return c; }; c = d('', '-hidden', ''); d('-stay-invisible', '-stay-hidden', '-stay');
setTimeout(o.onerror = function() { c.parentNode && c.parentNode.removeChild(c); }, a); b.parentNode.insertBefore(o, b);
})('1802694484', 20000, document);
</script>
</script> -->
{% endblock %}