(function ($) { $(document) .ready(function () { // ------------------------------------------------------------------------------------------------------- // First Word // ------------------------------------------------------------------------------------------------------- $('h3') .each(function () { var h = $(this) .html(); var index = h.indexOf(' '); if (index == -1) { index = h.length; } $(this) .html('' + h.substring(0, index) + '' + h.substring(index, h.length)); }); }); })(window.jQuery); /* playback timings (ms): LoadShardBlock: 397.033 (3) esindex: 0.009 captures_list: 418.924 CDXLines.iter: 12.771 (3) PetaboxLoader3.datanode: 419.585 (4) exclusion.robots.fetch: 0.192 (4) exclusion.robots: 0.6 exclusion.robots.policy: 0.234 RedisCDXSource: 5.056 PetaboxLoader3.resolve: 741.281 load_resource: 801.315 */