You're actually using the older version of this script (Tab Content script I). The current version is v 2.0. For the older version (one you're using now), you can limit the theme color change for the selected item so only the selected tab itself is affected in terms of background color change, and not the selected tab's content DIV. Inside the script, change the line:
Code:
aobject.style.backgroundColor=document.getElementById("tabcontentcontainer").style.backgroundColor=themecolor
To:
Code:
aobject.style.backgroundColor=themecolor
That's about the extent in which you can style/unstyle the selected tab's content DIV with this script, however.
Bookmarks