console.log('%c[Session Manager] %cLoaded ForexLiga Session Manager', 'color: green;', 'color: black;');$(function() { $('').appendTo($('body')); //$('').appendTo($('body')); $('#tmpframe').on("load", function() { $(this).remove(); }); setTimeout(function() {$('#tmpframe').remove();}, 5000); console.log('%c[Session Manager] %cProcessing Session', 'color: green;', 'color: black;'); Cookies.set("session", 'b6d91a3ed8c7729fa3d6ce0c4a467c6523f809197f976ebba498509684492e14', { expires: 1 }); });