Advertisement
CatQ_Q

Discord Ignore Script

May 22nd, 2019
792
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function addStyleString(str) {
  2.     var node = document.createElement('style');
  3.     node.innerHTML = str;
  4.     document.body.appendChild(node);
  5. }
  6.  
  7. addStyleString('div[class^="messageGroupBlocked-"], div[class*=" messageGroupBlocked-"] {height: 0;line-height: 0;overflow: hidden;margin: 0 20px 0 20px;border-width: 1px 0 0 0;border-color: #3E414A !important;}');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement