So, I'm having the CSS error, but I have a bit of javascript that you can put into a bookmarklet that I use to fix it:
javascript:(document.querySelectorAll('link[rel=stylesheet]').forEach(s => {if(s.href.includes('xenforo')) s.href = s.href.replace(/&d=\d*/,'');}))
Put that as a bookmark and it...