Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function addStyleString(str) {
- var node = document.createElement('style');
- node.innerHTML = str;
- document.body.appendChild(node);
- }
- 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