Allows administrators to inject JS into the page output based on configurable rules. It's useful for adding simple JS tweaks without modifying a site's official theme - for example, a 'nighttime' color scheme could be added during certain hours. The JS is added using Drupal's standard drupal_add_js() function and respects page caching, etc.
This module is definitely not a replacement for full-fledged theming, but it provides site administrators with a quick and easy way of tweaking things without diving into full-fledged theme hacking.
The rules provided by JS injector typically are loaded last, even after the theme JS, although another module could override these.
7.x-1.x
This is the original port from CSS injector, and still has legacy D6 and CSS injector code in it. It is not recommended to run this code, and instead opt to upgrade to the 7.x-2.x branch.
7.x-2.x
This is a complete rewrite of the module to take advantage of the new API's available in both drupal 7 and ctools (this is a new dependency).
Chrono is a fixed width Theme with one sidebar on the right side developed by undpaul Drupal development. We use a variation of it on www.dug-hannover.org which is a local Drupal Community page.
There are some - say limitations, say must-do's to make it look its best:
It _needs_ some primary links (horizontal top menu) because the strong color of them is needed for optical balance. See Screenshot and reference site above.
It is very happy with colored images in the content area. Other it may be fine, but a bit boring.
It is also very happy with a populated right column. Only one tiny menu is not much. I included an alternative version of the header, so you can leave out the gradient on the right sidebar if you don't like it (alternative header because the gradient has overlap with the header).
Don't make the title of your site too long, or the transparent bar gets into the face of poor buddha. This is a design sin :)
I think it is apt better for blogging or a straight structure than for a content-heavy site with many blocks, but it may be whatever you like.
Have fun! If you do variations of it, drop me a line, I am curious what one can do with it.
This extremely simple module allows you to easily open links to external sites or PDF documents in new tabs. It uses jQuery instead of target=_blank so the markup will still validate.
This module add a small jquery code that give a border around the images, and put the alt attribute information under the picture, I get the idea from wordpress.com and the Wikipedia.