If you’re using Chrome, the Big 5 site is much more tolerable if you open console and run this line of javascript:
for(i in document.all) document.all[i].style['background-color'] = '#fff';
That sets the background color to white for everything instead of their hideous color scheme.
If you’re using Chrome, the Big 5 site is much more tolerable if you open console and run this line of javascript:
That sets the background color to white for everything instead of their hideous color scheme.