nord vpnnord vpn
Ad

Untitled

mail@pastecode.io avatar
unknown
plain_text
7 months ago
355 B
2
Indexable
Never
const style = document.createElement('style');

style.textContent = `
  div[class^='AppShell_app-shell'], div[class*=' AppShell_app-shell'] {
    grid-template-columns: minmax(400px, 1fr) 10fr minmax(0px, 0fr) !important;
  }
  
  div[class^='Chat_chat'], div[class*=' Chat_chat'] {
    display: none;
  }
`;

document.head.appendChild(style);

nord vpnnord vpn
Ad