You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
javascript:var navigator_info = window.navigator;var screen_info = window.screen;var uid = navigator_info.mimeTypes.length;uid += navigator_info.userAgent.replace(/\D+/g, '');uid += navigator_info.plugins.length;uid += screen_info.height || '';uid += screen_info.width || '';uid += screen_info.pixelDepth || '';alert('Apologies. The Bundle Of Awesome is going into a rewrite. It\'s time to have cleaner code! (Give this code to the author of the script: ' + uid + ')')