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