Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. (() => {
  2. const s = document.createElement('style');
  3. s.type = 'text/css';
  4. s.textContent = `[data-cognigy-webchat]>:last-child { display: none !important; }`;
  5. document.head.appendChild(s);
  6. console.log('added hide input styles');
  7. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement