if (typeof window.toolbar !== 'undefined') { var blacklist = ["Bold Text", "Italic Text", "Underlined Text", "Monospaced Text", "Strike-through Text", "Same Level Headline", "Lower Headline", "Higher Headline", "Select Headline", "Internal Link", "External Link", "Horizontal Rule", "Add Images and other files (opens in a new window)", "Smileys", "Special Chars", "Insert Signature"]; window.toolbar = window.toolbar.filter(function(elem){ return jQuery.inArray(elem.title, blacklist) === -1; }); }