Skip to content

Instantly share code, notes, and snippets.

@pedily
Last active August 5, 2019 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pedily/83de9ace59833d1b71433ff3808196fb to your computer and use it in GitHub Desktop.
Save pedily/83de9ace59833d1b71433ff3808196fb to your computer and use it in GitHub Desktop.
(() => {
const s = document.createElement('style');
s.type = 'text/css';
s.textContent = `[data-cognigy-webchat]>:last-child { display: none !important; }`;
document.head.appendChild(s);
console.log('added hide input styles');
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment