Hi jscher2000,
Thank you for this good explanation, but I’m afraid I don’t have enough knowlegde about this
To do it. I will keep on using internet Exlorer to open the website pages, if I have to change them.
Kind regard,
Marja
Verzonden: zondag 23 januari 2022 21:13

|
jscher2000
January 23
|
ympkw46:
… I use it to change the html of my website.
Firefox doesn’t “write” to websites, so although you could open a page in an editor, Firefox would not be able to upload the page for you, you would need to use another program for that.
To change from the built-in source code viewer to an external editor, you could do the following. However, please see the note after these steps:
(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk.
(2) In the search box in the page, type or paste view_source and pause while the list is filtered
Firefox will display preferences related to both the internal viewer and a possible external viewer.
(3) Double-click the view_source.editor.external preference to switch the value from false to true
(4) Double-click the view_source.editor.path preference to display an editing field. This is where you will enter the path to Windows Notepad. I’m not sure exactly where it is on your system, but for example:
C:\WINDOWS\system32\notepad.exe
When you enter this in about:config, you need to double the backslashes because they are a reserved character. So that would be:
C:\WINDOWS\system32\notepad.exe
After entering the path, press the Enter key or click the blue check mark button to save the change.
What to expect after this change
When you call up View Page Source (Ctrl+U), Firefox will save the original HTML source of the current page in the Temp or download folder and launch it in Notepad. Firefox cannot match up the current page source with a version saved on your computer. Maybe it’s useful anyway???