The HTML code, which is returned by the results page live loader feature.
wp.hooks.applyFilters('asp_live_load_html', html, searchId, searchInstanceId);
wp.hooks.addFilter('asp_live_load_html', 'asp', function(html){return html.replace("string","string_to_replace_with"));}, 10);