Supprimer des mots

function removeString(searchString) { var escapedString = searchString.replace(/[-\/\\^$*+?.()|[\]{}]/g, ‘\\$&’); $(“body *”).contents().each(function() { if (this.nodeType === 3 && this.nodeValue.includes(searchString)) { var...

Entourer des mots de balises html

function highlightString(searchString) { var escapedString = searchString.replace(/[-\/\\^$*+?.()|[\]{}]/g, ‘\\$&’); $(“body #main-content *”).contents().each(function() { if (this.nodeType === 3 &&...

cubic beszier sympa

transition-duration: 666ms; transition-timing-function: cubic-bezier(.25,.75,.5,1.25); transform: scale(0); https://codepen.io/bennettfeely/pen/DOexxp