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