The Moe Dictionary is a monolingual Chinese dictionary. I think it’s relatively new and it’s pretty cool. I like it so far. Here’s a bookmarklet for it:
- MoeDict/萌
- Source code:
javascript:(function(){var%20w=window,d=w.document,s="";;if(d.selection){s=d.selection.createRange().text}else%20if(d.getSelection){s=d.getSelection()}else%20if(w.getSelection){s=window.getSelection()}window.open("https://www.moedict.tw/#"+encodeURIComponent(s),"_blank");})()