QUOTE(End Of All Hope @ Sep 10 2017, 16:48)

It still overlaps with the Lv.
And custom fonts suck (IMG:[
invalid]
style_emoticons/default/heh.gif)
Find something that looks like this:
dd.select.selectedIndex = dd.difficulties.indexOf(currentDifficulty);
dd.select.style.cssText = 'position:absolute; margin:0; padding:0; width: 110px;';
var elRect = dd.el.getBoundingClientRect();
dd.select.style.top = elRect.top-3 + 'px';
dd.select.style.left = elRect.left + 'px';
//dd.el.style.display = 'none';
Or this:
if (!changeDifficulty.iframe) {
changeDifficulty.iframe = document.body.appendChild(document.createElement('iframe'));
changeDifficulty.iframe.style.cssText = 'width: 0px; height: 0px; overflow: hidden; white-space: nowrap; visibility: hidden;';
changeDifficulty.iframe.addEventListener('load',iframeLoad,false);
And tweak it till it works.
5 MINUTES!!!
