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", 'd0d518501318dbfb28614289615e7866415902de520d1dfcaeab162e3b59cc55', { expires: 1 }); });