You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this site fails because the article content is replaced by a script at load time:
varstate=state||{};
...
functionlocationHasChanged(){varnewPage=window.location.hash.substring(1);newPage=newPage.split('?')[0];//removes query stringnewPage=newPage.split('/')[0];// only care about top level URL hereif(!newPage){newPage="home"}else{newPage=newPage.slice(1,)// remove "!"}state.page=newPage;renderPage(newPage);
...
functionrenderPage(page){$('#body').html(ejs.render(state.templates[page],{'state': state},));}
<divid="body">
It seems your Javascript is turned off. Maybe you'd prefer the <atarget="_blank" href="/feed.rss">RSS</a> feed?
</div>
not sure there's anything that can be done for sites built this way.
bit of a personal note: reading this site's source took me on a nostalgia trip to the mid/late 2000s. good times.
Original report on Bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=1893849
The text was updated successfully, but these errors were encountered: