Skip to content

Instantly share code, notes, and snippets.

@abernier
Created July 7, 2011 12:53
Show Gist options
  • Save abernier/1069440 to your computer and use it in GitHub Desktop.
Save abernier/1069440 to your computer and use it in GitHub Desktop.
Firebug : go to canvas!
//
// Make firebug going to facebook's canvas
//
// From Firebug console, just execute the following command
// Or make a bookmarklet: <a href="javascript:with(_FirebugCommandLine){cd($$(".canvas_iframe_util")[0].contentWindow);}">cd(canvas)</a>
//
// see: http://stackoverflow.com/questions/2495313/firebug-and-jquery-selectors-in-an-iframe#answer-2512156
//
cd($$(".canvas_iframe_util")[0].contentWindow);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment