{"ScriptPreparationCode":"var el = document.getElementById(\u0027content\u0027);\r\nvar replacementText = \u0022Narwhal gentrify squid franzen vape 90\u0027s man bun, literally godard raw denim pabst mlkshk. Banjo church-key seitan bushwick, cardigan pop-up single-origin coffee tumblr godard disrupt roof party lyft shoreditch yuccie. Church-key hot chicken umami kitsch, vaporware cardigan pop-up. Waistcoat organic sriracha, hashtag meh single-origin coffee brunch wayfarers small batch mustache. Normcore skateboard mumblecore, cold-pressed small batch live-edge try-hard typewriter waistcoat master cleanse heirloom. Heirloom VHS chia, flannel put a bird on it sustainable portland try-hard 90\u0027s locavore. Try-hard lo-fi heirloom, sartorial cray chillwave ennui lyft taxidermy farm-to-table.\u0022;","TestCases":[{"Name":"get jQuery.text()","Code":"var text = $(el).text();","IsDeferred":false},{"Name":"get Element.textContent","Code":"var text = el.textContent;","IsDeferred":false},{"Name":"set jQuery.text()","Code":"$(el).text(replacementText);","IsDeferred":false},{"Name":"set Element.textContent","Code":"el.textContent = replacementText;","IsDeferred":false}],"UseTinyBench":false}