7 lines
99 B

if (typeof navigator === 'undefined') {
var navigator = {};
navigator.appName = 'NodeJS';
}