As a start page I usually have several of my bookmarks and a "Home portal". I have decided that I want a new feature.
It doesn't appear to be working. What I want to do is make a clickable url that creates 2 pages of the Firefox configuration file. So that i can change values, then alt tab and look at my default values. Basically I click the link "Config" and it pops open twice.
Code:
<html> <script language="javascript"> onclick="document.location.href="about:config" </script> </html>
Comment