Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review
Information
Print

Styles options

Information
jQuery Easy
Strip remaining stylesheets Get rid of the stylesheets that have not been automatically removed by the plugin but still need to be stripped out (one path per line). The path is the content of the href attribute of the link tag.

Example css/unwanted_stylesheet.css

Note The stylesheets will be searched in the whole page, unless the modifications are limited to the <head> tag.

The stylesheets are stripped independently from the jQuery fixes.

Head tag

The following styles will be added to the <head> tag.

Add styles Add CSS stylesheets (one path per line).

Example http://www.mysite.com/tidi.css

Add style declarations Add CSS styles.

Example div span { font-size: 20px; }

Note Stylesheets are added after all the plugin modifications. Therefore the styles can contain any code without the risk of being removed by the plugin.