Skip to content

Instantly share code, notes, and snippets.

View ThzeTerminator's full-sized avatar
:shipit:

ThzeTerminator

:shipit:
  • somewhere
View GitHub Profile
@ThzeTerminator
ThzeTerminator / nitty.js
Last active September 28, 2020 06:15
Nitty.js | turn Alerts from UIKit into notifications.
try{
$(document).ready(function() {
$('<div id="NittyContainer" class=""></div>').prependTo("body");
$("#NittyContainer").css({
"top": 0,
"left": 0,
"position": "fixed",
"width": "100%",
"height": "100%",
"z-index": "1000",