Simple mod to this....
I only wanted this to load one one page rather than every page and each time I read a thread....so I changed this below in the Skysa Toolbar/Global_start plugin, I removed all text and replaced with this....
index being the main page you want it to load on, rename that to whatever you want if you need it to load elsewhere.
PHP Code:
if(THIS_SCRIPT == index')
{
eval('$skysa_toolbar = "' . fetch_template('skysa_javascript') . '";');
}