DisableFirefoxAccounts true
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at file:///path/to/my/stylesheet.xsl. (Reason: CORS request not http).
Type ... in the address bar | and access .... |
---|---|
about: | browser, logo, version, etc. |
about:about | This is the only one worth mentioning |
about:addons | |
about:buildconfig | |
about:cache | the cache |
about:config | configuration options. Be careful while inside ! |
about:healthreport | |
about:license | |
about:logo | The Firefox logo |
about:memory | memory usage |
about:plugins | installed plugins |
about:robots | Just robots |
about:rights | |
about:support | information to provide when requesting support |
Option | Suggested value | Usage |
---|---|---|
browser.search.openintab | true | Open searches in a new tab |
browser.download.lastDir | Path to the latest directory in which a "Rclick | save as" was performed (found in profile_directory/prefs.js) |
|
full-screen-api.approval-required | false | Prevent Firefox from showing a dialog box saying that the page/content is displayed full screen |
network.automatic-ntlm-auth.trusted-uris | Comma separated list of websites on which to activate NTLM authentication | |
network.protocol-handler.app.mailto | /usr/bin/thunderbird | Path to the mail application to start when clicking on a "mailto" hyperlink |
network.IDN_show_punycode | true | Display punycode instead of IDN (How to handle IDN ?, IDN homograph attack) |
*.default*
"This is the default profile.
There are several methods depending on whether it's a fresh install, a recovery, ... (details). The steps below apply to a fresh install (new Firefox, new PC).
<script type="text/javascript"> window.onload = function() { var currentLocation = window.location.href; var positionOfHashSign = currentLocation.indexOf('#') if(positionOfHashSign >= 0) { var targetAnchor = currentLocation.substr(positionOfHashSign + 1); var anchorYPosition = document.getElementById(targetAnchor).offsetTop; window.scrollTo(0, anchorYPosition); } } </script>
{display:none !important;}
rules. To do so, consider reading CSS3 selector / attributes rules.It seems that UserContent.css is loaded only when Firefox is starting. Moreover, loading may fail if the file is still open for edition.