Skip to content

Instantly share code, notes, and snippets.

@Benzi
Created September 14, 2015 22:40
Show Gist options
  • Select an option

  • Save Benzi/d9937dc4b72ec4d0cf4d to your computer and use it in GitHub Desktop.

Select an option

Save Benzi/d9937dc4b72ec4d0cf4d to your computer and use it in GitHub Desktop.
This is used to remove the donate banner on plug.dj (Paste this in the console)
document.getElementById('donate-box').remove();
document.querySelector('.show-donate').style.top = '47px';
document.querySelector('#chat-messages').style.height = '432px';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment