Skip to content

Commit

Permalink
Fixed YouTube video ID (#3100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alien426 authored Mar 15, 2021
1 parent 16d19ea commit edda265
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ <h4 id="Select_the_popup's_frame">Select the popup's frame</h4>

<pre>moz-extension://&lt;some-uuid&gt;/path/to/your-popup.html</pre>

<p>{{EmbedYouTube("/9jdHDCKIN-U")}}</p>
<p>{{EmbedYouTube("9jdHDCKIN-U")}}</p>

<p>Now the scope of the toolbox is the popup. In the Inspector, you can examine and modify the popup's HTML and CSS. In the Debugger, you can search for any scripts loaded into the popup, and set breakpoints in them.</p>

Expand Down

0 comments on commit edda265

Please sign in to comment.