Problem with themeroller bookmarklet for Firefox

Problem with themeroller bookmarklet for Firefox


This tool is fantastic but ..
When the bookmarklet loads, it loads jQuery and jQuery UI. This
operation overwrite any changes
made to the global jQuery object. Do not want.
1. load jQuery
2. load jQuery UI
3. load plugins that extends jQuery, jQuery.fn and jQuery.expr
4. load more plugins that depends on the previous plugins
5. load bookmarklet, overwrite jQuery & jQuery UI
6. every non-core actives plugins are broke (gone)
Is there something I don't get ?