Re: [BUG & FIX] Error With Resonance on FF 3.0.7
Thanks Foilman.
--
For the people who's having the problem with FF3.0.7, click on the music you want to play on resonance by the simdatabase, after the page is loaded, paste the code below on your navigation bar (where you put the url's).
Hope it'll help 
Have fun, until it's fixed ;D
Thanks Foilman.
--
For the people who's having the problem with FF3.0.7, click on the music you want to play on resonance by the simdatabase, after the page is loaded, paste the code below on your navigation bar (where you put the url's).
Code:
javascript: void( document.getElementById('leftcolumn').innerHTML = document.getElementById('leftcolumn').innerHTML.substr(280) ); void( document.getElementsByTagName("body")[0].innerHTML = document.getElementById('content').innerHTML );

Have fun, until it's fixed ;D
Comment