This add-on moves javascripts in page output to the bottom of the page. This has a noticeable impact on page-load times as pending HTTP requests postpone rendering of a page, while scripts aren't run until everything is loaded anyways.
There is a blacklist available in the options for scripts...
Drag and drop this into your bookmarks bar:
javascript:(function()
javascript:(function() {XenForo.alert($('#content').attr('class'), '', 5000);}())
Click the bookmark when in your XF install:
Credit: Made by a good friend of mine!
No guarantees of ANY kind!
Rate if it works! Complain if it...