try {
    console.log('Javascript console exists');
} catch(e) {
    console = {
        log: function() {},
        dir: function() {},
        profile: function() {},
        profileEnd: function() {},
        group: function() {},
        groupEnd: function() {}
    };
}