JSFiddle - React, Tailwind, and code Playground

by BDG

HTML

<pre class="log"></pre>

JavaScript

//http://en.wikipedia.org/wiki/Syn_(goddess)
var Syn = {
    "configure": {
        ""    : "",
        ""    : "",
        ""    : "",
        ""    : "",
        ""    : "",
        ""    : "",
        "url"    : "/log",
        "method" : "post"
    },
    "log" : [],
    "count" : 0,
    "" : "",
    "" : "",
    "" : "",
    "" : "",
    "" : "",
    "" : "",
    "" : "",
    "" : "",
    "Upload" : function(){
        
    },
    "Add" : function(note, exception, extra) {
        var metaThis  = this;
            note      = note      || " N\A ";
            exception = exception || "";
            extra     = extra     || "";
            
            
                
        metaThis.count += 1;
        
        var logItem = {
            "note"   : metathis.note,
            "time"   : new Date().getTime(),
            "id"     : metaThis.count,
            "window" : {
                "location" : window.location,
                "referrer" : document.referrer,
                "name"     : window.name,
                "geometics"     : {
                    "innerHeight"   : window.innerHeight ,
                    "innerWidth"    : window.innerWidth  ,
                    "outterHeight"  : window.innerHeight ,
                    "outterrWidth"  : window.innerWidth  ,
                    "outterrWidth"  : window.innerWidth  ,
                    "pageXOffset"   : window.pageXOffset ,
                    "pageYOffset"   : window.pageYOffset ,
                    "screenX"       : window.screenX     ,
                    "screenY"       : window.screenY
                }
            },
            "navigator" : {
                "NOT EXIST"     : navigator.DNE || "nope" ,
                "language"      : navigator.language || navigator.userLanguage,
                "userAgent"     : navigator.userAgent,
                "onLine"        : navigator.onLine,
                "platform"      : navigator.platform,
                "vendor"        :...