Add-on name:
Short description:
Long description:
Right-click on a hyperlink (this works even if the video URL is encoded inside another URL, such as in Google search results), or highlight a URL in text and right-click on it. You can open the "All Comments" page either in the current tab or a new one.
Add-on strings:
These are both for the main context menu.
Also available as a .properties file:

Open "All Comments" page in new tab
Please reply with your translations of the above descriptions and strings. I don't care if you write it directly in your message or attach a file, though this forum treats some characters better than others. Please note: I prefer to receive the translated strings as .properties files, or as plain text forum attachments or messages (but be careful the forum doesn't eat any of your text), rather than
How to test
- Install Alexandre Poirot's Locale Updater extension if you don't have it already. If for some reason you're not willing to install this, see "The hard way" below.
- Install Skip to YouTube All Comments extension from here:
skiptoytallcomments.xpi 173.15KB 5 downloads
- Download the en-US.properties file from here:
en_US.properties 161bytes 2 downloads
- Rename the file, changing the "en-US" to your locale code (use a hyphen, not an underscore), and edit. Make sure you use UTF-8 encoding. Translation of each line goes after the "=" sign.
- In Firefox, go to the Add-ons Manager (Tools > Add-ons, Firefox > Add-ons, or whatever, depending on your setup).
(Sorry, no screenshot appropriate to Mac OS X.) - Find "Skip to YouTube All Comments" extension, and click the "Update l10n" button.
- Select your edited .properties file.
- You should now be able to test your locale. I suggest going to the YouTube main page to find video links to test.
You may upload your .properties file here as part of your submission. Thanks.
The hard way
Follow these instructions if for some reason you don't want to install the extra helper extension above; otherwise, follow the above instructions and ignore these. To make things concrete, the following instructions assume you're translating to the zh-CN locale. Substitute your own locale code where this appears.
- Download the add-on archive here:
skiptoytallcomments.xpi 173.15KB 5 downloads
- Unpack to wherever you like (unless you're able to edit the archive in-place—it's just a regular ZIP file—in which case, you could do the following in-place).
- Find the "locale" directory, make a copy of en-US.json, substituting the code for your own locale (e.g. zh-CN.json), and edit (encoding: UTF-8). Translated strings go in the second string of each line:CODE{If you use any double-quote characters in your translation, each one must be preceded by a backslash \.
"Open video's \"All Comments\" page": "TRANSLATION HERE",
"Open \"All Comments\" page in new tab": "TRANSLATION HERE"
} - Edit the top-level file "locales.json", and add your locale code to the list.
Ex: changeQUOTE{"locales": ["en-US"]}toQUOTE{"locales": ["en-US","zh-CN"]} - If not editing in-place, zip it back up, with a ".xpi" extension. (Make sure the top-level files are still at the top level in the archive.)
- In Firefox, go to the Add-ons Manager (Tools > Add-ons, Firefox > Add-ons, or whatever, depending on your setup). (See above section for screenshots.)
- Click on the drop-down list next to the search bar, and select "Install add-on from file".
- Select the archive you just edited or (re)zipped.
- Confirm the installation.
- The add-on does not require a restart; you should be able to use it immediately. I suggest going to the YouTube main page to find video links to test.
On a side note, getting this up wasn't too hard, but I do look forward to when the WTS can handle SDK add-ons.