Simple revision using the default firefox skin plus Taylor Swift's beautiful eyes.
TIP: Go to C:\Documents and Settings\username\Application Data\Mozilla\Firefox\Profiles\
Look for your profile, and click the chrome folder. Find the userChrome.css and this line
#urlbar-container,#search-container {opacity: 0.55 !important;}
Makes her eyes pop through the now transparent search bar.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"theme": {
"images": {
"theme_frame": "tayheader.jpg"
},
"colors": {
"frame": "rgba(229,230,232,1)",
"tab_background_text": "#000"
}
},
"version": "2.0",
"name": "Taylor Swift Beautiful Eyes",
"manifest_version": 2,
"description": "Simple revision using the default firefox skin plus Taylor Swift's beautiful eyes.\n\nTIP: Go to C:\\Documents and Settings\\username\\Application Data\\Mozilla\\Firefox\\Profiles\\\n\nLook for your profile, and click the chrome folder. Find the userChrome.css and this line\n\n#urlbar-container,#search-container {opacity: 0.55 !important;}\n\nMakes her eyes pop through the now transparent search bar."
}