This page loads for me on Basilisk after a several minute hang. It is an extremely long page with a lot of links.
I got the following errors in the Error Console, but they appear to be secondary font, uBlock messaging, hash and certificate errors which are not the likely cause of the hang:
Code: Select all
Timestamp: 07/20/2026 10:28:17 PM Error: downloadable font: Size of decompressed WOFF 2.0 is less than compressed size (font-family: "DejaVu Sans" style:normal weight:normal stretch:normal src index:0) source: (invalid URI)
Timestamp: 07/20/2026 10:28:17 PM Error: downloadable font: rejected by sanitizer (font-family: "DejaVu Sans" style:normal weight:normal stretch:normal src index:0) source: (invalid URI)
Timestamp: 07/20/2026 10:28:17 PM Error: downloadable font: font load failed (font-family: "DejaVu Sans" style:normal weight:normal stretch:normal src index:0) source: (invalid URI)
Timestamp: 07/20/2026 10:28:17 PM Warning: Security wrapper denied access to property "setTimeout" on privileged Javascript object. Support for exposing privileged objects to untrusted content via __exposedProps__ is being gradually removed - use WebIDL bindings or Components.utils.cloneInto instead. Note that only the first denied property access from a given global object will be reported. Source File: chrome://ublock0/content/js/contentscript.js Line: 428
Timestamp: 07/20/2026 10:28:17 PM Error: TypeError: vAPI.setTimeout is not a function Source File: chrome://ublock0/content/js/contentscript.js Line: 428
Timestamp: 07/20/2026 10:28:22 PM Error: None of the “sha384” hashes in the integrity attribute match the content of the subresource. Source File: https://maxima.sourceforge.io/docs/manual/maxima_singlepage.html Line: 0
Timestamp: 07/20/2026 10:33:43 PM Error: Expected certificate attribute 'issuerName' value incorrect, expected: 'CN=DigiCert SHA2 Secure Server CA,O=DigiCert Inc,C=US', got: 'CN=R13,O=Let's Encrypt,C=US'. Source File: resource://gre/modules/CertUtils.jsm Line: 109 Timestamp: 07/20/2026 10:33:43 PM Error: Expected certificate attribute 'issuerName' value incorrect, expected: 'CN=thawte SSL CA - G2,O="thawte, Inc.",C=US', got: 'CN=R13,O=Let's Encrypt,C=US'. Source File: resource://gre/modules/CertUtils.jsm Line: 109
Timestamp: 07/20/2026 10:33:43 PM Error: Certificate checks failed. See previous errors for details. Source File: resource://gre/modules/CertUtils.jsm Line: 112 Timestamp: 07/20/2026 10:33:43 PM Error: 1784604823794 Toolkit.GMP ERROR GMPInstallManager.onLoadXML could not load xml: [Exception... "Certificate checks failed. See previous errors for details." nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: resource://gre/modules/CertUtils.jsm :: validateCert :: line 113" data: no] Source File: resource://gre/modules/Log.jsm Line: 753
Timestamp: 07/20/2026 10:33:43 PM Error: 1784604823794 Toolkit.GMP ERROR GMPInstallManager.simpleCheckAndInstall Could not check for addons: {"target":{},"status":200,"message":"[Exception... \"Certificate checks failed. See previous errors for details.\" nsresult: \"0x80070057 (NS_ERROR_ILLEGAL_VALUE)\" location: \"JS frame :: resource://gre/modules/CertUtils.jsm :: validateCert :: line 113\" data: no]"} Source File: resource://gre/modules/Log.jsm Line: 753
The main issue appears to be that maxima_singlepage.html is an extremely large single-page manual. The Maxima documentation page explicitly offers the reference manual in separate HTML, PDF, and single-page HTML forms, and the single-page version contains a very large table of contents with dozens of chapters and many subsections. This URL:
https://maxima.sourceforge.io/docs/manu ... epage.html
is the “everything in one HTML document” version. That kind of page can be brutal for single-process browsers.
Edge loads it but uses a lot of RAM; Basilisk eventually loads it after several minutes; Pale Moon can lock up entirely. Opening DevTools/F12 makes it worse because the browser then has to inspect/index a huge DOM/source document.
A practical workaround is to avoid the single-page version and use the split HTML manual instead:
https://maxima.sourceforge.io/docs/manual/index.html