To configure this script, open your browser's console (F12) and copy this in
localStorage.remixSetting = JSON.stringify({
// Add or remove forums to load by editing these.
enabledForum: ['announcements', 'bugs', 'ideas', 'marketplace'],
otherForumCount: 6, // Number of posts to show from the other forum
generalForumCount: 10, // Number of posts to show from General
cacheTime: 10 // Amount of time to cache the results from other forums in minutes
});
edit it to suit your taste and hit enter