Skip to content

Instantly share code, notes, and snippets.

@GonchuB
Created April 25, 2014 17:18
Show Gist options
  • Save GonchuB/11296823 to your computer and use it in GitHub Desktop.
Save GonchuB/11296823 to your computer and use it in GitHub Desktop.
azubuRemoveComponents.js
(function(toRemove){toggleChat();leftMenuToggle();for(var i=0;i<toRemove.length;i++)$(toRemove[i]).remove();})(['#left_55', '#chat', '#top', '.view_bot']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment