
Problems executing javascripts in the address bar with 6.0 beta
So when I enter a line of javascript into the address bar e.g: javascript: var i = 0; while (i<=69) { localStorage.setItem('level_star_'+i,'3'); i++; } window.location.reload(); and hit enter, Firefox doesn't respond with any action whatsoever. It's not like that it doesn't recognize the script and return with an error message or the like, it just acts like if nothing happened. This wasn't the case in previous versions, just 6.0 beta. Is this feature deleted in this version? I've tried various other scripts.