Web Compatibility Support • Re: steam workshop pages stoped working
Pale Moon forum - Forum index [Unofficial]
May 29, 2026
Strange, everywhere else they check it exists, but not there. Here's a userscript to fake it.
CODE:
// ==UserScript==// @name Steam fake navigation api// @namespace adoxa// @include https://steamcommunity.com/*// @version 1// @grant none// ==/UserScript==window.navigation = { addEventListener: () => {}, updateCurrentEntry: () => {}}
Discussion in the ATmosphere