{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreibbr27ced72j2csctattogexul7ikqyjdf4esj6llexulmdze23em",
"uri": "at://did:plc:hqad6xwuzg7oqfmwylfkvqfm/app.bsky.feed.post/3mps3oq67jgn2"
},
"path": "/viewtopic.php?t=33578&p=276221#p276221",
"publishedAt": "2026-07-04T01:56:43.000Z",
"site": "http://forum.palemoon.org",
"tags": [
"@name",
"@namespace",
"@include",
"@version",
"@grant",
"@run-at"
],
"textContent": "Adding a polyfill for URL.parse results in another error with adoptedStyleSheets; providing that gets the page working, but it's not exactly pretty. Here's the Greasemonkey script I used.\n\n\nCODE:\n\n\n // ==UserScript==// @name URL.parse polyfill// @namespace adoxa// @include https://rotella.shell.com/*// @version 1// @grant none// @run-at document-start// ==/UserScript==URL.parse = function(path, base) { try { return new URL(path, base); } catch(e) { return null; }}document.adoptedStyleSheets = [];\n\n* * *",
"title": "Web Compatibility Support • Re: White Blank page at Shell Limited Warranty Webpage",
"updatedAt": "2026-07-04T01:56:43.000Z"
}