Tag Archive | "Mac OS X"

I hate paragraphs (and freedom) - Safari 3 & Wordpress

Monday, November 19, 2007

4 Comments

A lot of Safari 3 users in Leopard (and now Tiger) are probably wondering why Wordpress’s TinyMCE editor seems to like destroying paragraphs, but there’s a quick fix. Comment out line 33: this.isSafari = ua.indexOf(’Safari’) != -1; And add this line afterwards to remove all Safari 2.0x hacks: this.isSafari = false;

Make Leopard’s transparent menu bar opaque

Saturday, November 17, 2007

0 Comments

Here’s the best solution yet for changing Leopard’s menu bar from that horrible dysfunctional transparent atrocity to an opaque one. This makes the menu bar look as though quartz extreme and core image are disabled. sudo defaults write /System/Library/LaunchDaemons/com.apple.WindowServer 'EnvironmentVariables' -dict 'CI_NO_BACKGROUND_IMAGE' 0.62

Categories