diff --git a/files/en-us/mozilla/add-ons/webextensions/debugging_(before_firefox_50)/index.html b/files/en-us/mozilla/add-ons/webextensions/debugging_(before_firefox_50)/index.html index e49cb3f40a409b1..099495e17d807e6 100644 --- a/files/en-us/mozilla/add-ons/webextensions/debugging_(before_firefox_50)/index.html +++ b/files/en-us/mozilla/add-ons/webextensions/debugging_(before_firefox_50)/index.html @@ -221,7 +221,7 @@
moz-extension://<some-uuid>/path/to/your-popup.html-
{{EmbedYouTube("/9jdHDCKIN-U")}}
+{{EmbedYouTube("9jdHDCKIN-U")}}
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.