Skip to content

Instantly share code, notes, and snippets.

@Xyvyrianeth
Last active February 22, 2017 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Xyvyrianeth/e2849dff559c91b3d8242025dd40a592 to your computer and use it in GitHub Desktop.
Save Xyvyrianeth/e2849dff559c91b3d8242025dd40a592 to your computer and use it in GitHub Desktop.
$("body #bottom .relative").append('<div id="CC-btn" class="ugly-button CC_btn" style="position:fixed; background-color:#0000aa; width:100px; text-align:left; font-family:Lucida Sans Typewriter; font-color:#999999; border-style:inset; border-width:2px; border-color:#999999; bottom:92px; right:9px">Clear Chat</div>');
$("#CC-btn").click(function(){ V.chat.clear(); localMsg("[chat]", "#ffffff", "Cleared Chat"); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment