From edda2658383b15c17df309a8ed78d545da93f59a Mon Sep 17 00:00:00 2001 From: Alien426 Date: Mon, 15 Mar 2021 01:22:51 +0100 Subject: [PATCH] Fixed YouTube video ID (#3100) --- .../webextensions/debugging_(before_firefox_50)/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@

Select the popup's frame

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.