/*
* @title pre { white-space: nowrap }
* @description pre { white-space: nowrap }
* @include http://*
* @license MIT License
* @require
*/
var style = document.createElement('style');
style.textContent = "pre { white-space: nowrap }";
document.body.appendChild(style);