Guest User

Untitled

a guest
Dec 11th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. To configure this script, open your browser's console (F12) and copy this in
  2.  
  3. localStorage.remixSetting = JSON.stringify({
  4. // Add or remove forums to load by editing these.
  5. enabledForum: ['announcements', 'bugs', 'ideas', 'marketplace'],
  6. otherForumCount: 6, // Number of posts to show from the other forum
  7. generalForumCount: 10, // Number of posts to show from General
  8. cacheTime: 10 // Amount of time to cache the results from other forums in minutes
  9. });
  10.  
  11. edit it to suit your taste and hit enter
Add Comment
Please, Sign In to add comment