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
if ($result) $redirect = preg_match('/WhichBrowser/', $result);
130
131
}
131
132
?>
@@ -144,14 +145,14 @@
144
145
e|=(e&16&&({}.toString).toString().indexOf("\n")===-1)?32:0;p.push('e='+e);f|='sandbox' in d.createElement('iframe')?1:0;f|='WebSocket' in w?2:0;
145
146
f|=w.Worker?4:0;f|=w.applicationCache?8:0;f|=w.history && history.pushState?16:0;f|=d.documentElement.webkitRequestFullScreen?32:0;f|='FileReader' in w?64:0;
After the script has been loaded, you need to create a new WhichBrowser object, which you can query for details about the browser that is currently being used:
0 commit comments