How To View Webpage Source Code In External Editor From Firefox.

Firefox has an option to see the generated source code of an webpage by selecting the text in the webpage and then right click on the selected text and select “View Selection Source” from the context menu, but this opens another window with the HTML code the webpage, which cannot be directly edited if needed, but this can be changed easily using the Firefox config.

Here are the steps :

  1. In the Firefox address bar type about:config 
  2. Search for the entry view_source.editor.external by copy pasting it from here in the filter text box and modify this to true by double clicking it.firefox-change-editor
     
  3. Next, search for the entry view_source.editor.path by copy pasting it in the filter text box and change this to the explicit path to your editor of choice.

firefox-change-editor2

The next time you view source of a webpage the source code would open up in the external editor of your choice.

Similar Post  Renew Your IP Address In XP And Vista Using A Batch File

1 Comment

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.