Shammer's Philosophy

My private adversaria

UserCSS

Purpose

I discovered a Safari extensions, named UserCSS. This enable to manage css per URL. I launch web server at my localhost, and I would like to apply my own style sheet for only localhost access. This extensions let me enable what I would like to do.

Steps

    1. Download User CSS from this site
    2. Install UserCSS
    3. Safari reboot
    4. Right click on Safari and click Manage User CSS
    5. Click New User CSS at the left pane
    6. Input right pane information and save

User CSS applies only my style sheet by defining http://localhost/* at the URLs value. And required to input style sheet directly at Styles text area too.