Skip to content

Instantly share code, notes, and snippets.

@micho
Created April 10, 2012 21:39
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 micho/2354772 to your computer and use it in GitHub Desktop.
Save micho/2354772 to your computer and use it in GitHub Desktop.
Teambox for Box
// Run this in your JS console while on box.com
$("#files_tab").after(
'<li id="teambox_tab" class="current">' +
'<a id="teambox_tab_link" href="https://teambox.com?embedded=1" onmousedown="return false;">Teambox</a></li>'
);
$(".body .main").html(
'<iframe src="https://teambox.com?embedded=1" style="border: none; width: 720px; height: 100000px"></iframe>'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment