Skip to content

Instantly share code, notes, and snippets.

@bgrins
Created February 1, 2018 21:23
Show Gist options
  • Save bgrins/463c30ada9b5e8f839a5917538c8a96d to your computer and use it in GitHub Desktop.
Save bgrins/463c30ada9b5e8f839a5917538c8a96d to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
id="devtools-webconsole"
macanimationtype="document"
fullscreenbutton="true"
title=""
windowtype="devtools:webconsole"
width="900" height="350"
persist="screenX screenY width height sizemode">
<popupset></popupset>
<iframe src="webconsole.html" flex="1"></iframe>
</window>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment