Web Compatibility Support • Re: discourse breakage
Pale Moon forum - Forum index [Unofficial]
March 29, 2026
Temporary workaround:
CODE:
// ==UserScript==// @name Discourse browser detect bypass// @namespace -// @include *// @version 1// @run-at document-start// @grant none// ==/UserScript==Object.defineProperty(window, "unsupportedBrowser", {set(value) {},get() {return 0;},configurable: true});window.FinalizationRegistry = class {constructor(a) {}register(a,b) {}}
it allows me to view the page, i haven't tested login
Discussion in the ATmosphere