Gmail Mailto Bookmarklet Not Working Anymore?

My gmail mailto bookmarklet stopped working sometime this week. A quick Google search yielded this:

Here's the solution:

I was having the same problem until I found a solution on Reddit:

Long story short: simply replace ui=1 with ui=2 and it will work again.

Here's the new code =

javascript:(function(){m='http://mail.google.com/mail/?ui=2&view=cm&fs=1&tf=1&to=&su='+encodeURIComponent(document.title)+'&body='+encodeURIComponent(document.location);w=window.open(m,'addwindow','status=no,toolbar=no,width=575,height=545,resizable=yes');setTimeout(function(){w.focus();},%20250);})();