You are here

README.txt in JS injector 8

Same filename and directory in other branches
  1. 6.2 README.txt
  2. 6 README.txt
  3. 7.2 README.txt
  4. 7 README.txt
JavaScript (JS) injector
========================

Allows administrators to inject JavaScript into the page output based on
configurable rules. It's useful for adding simple JavaScript tweaks without
modifying a site's official theme - for example, a 'nighttime' color scheme
could be added during certain hours. The JavaScript 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 JavaScript injector typically are loaded last, even after
the theme JavaScript, although another module could override these.

File

README.txt
View source
  1. JavaScript (JS) injector
  2. ========================
  3. Allows administrators to inject JavaScript into the page output based on
  4. configurable rules. It's useful for adding simple JavaScript tweaks without
  5. modifying a site's official theme - for example, a 'nighttime' color scheme
  6. could be added during certain hours. The JavaScript is added using Drupal's
  7. standard drupal_add_js() function and respects page caching, etc.
  8. This module is definitely not a replacement for full-fledged theming, but it
  9. provides site administrators with a quick and easy way of tweaking things
  10. without diving into full-fledged theme hacking.
  11. The rules provided by JavaScript injector typically are loaded last, even after
  12. the theme JavaScript, although another module could override these.