Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. 🚫 No AI-generated (LLM) posts allowed. Share your own thoughts and experience — accounts may be terminated for violations.

Permanently Disable Google's Annoying Fade In effect!

Status
Not open for further replies.

nodws

New Member
Legacy Platinum Member
Joined
Jun 28, 2008
Messages
39
Reaction score
0
We all hate how the google homepage hides its features with a fancypants fade effect,
browsing the web for answers I saw this post :smilewinkgrin:
http://goo.gl/FdjM

I feel free.:lol:

its just a css file, i'll post the code inside the file later if you have problems with the instructions:disappointed:
 

nodws

New Member
Legacy Platinum Member
Joined
Jun 28, 2008
Messages
39
Reaction score
0
no? anyone interested?

create a file called UserContent.css, place this code, and drop it to your chrome dir under your profile.
Code:
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix('http://google.'), url-prefix('http://www.google.') {

#ghead, #sbl, .fade, #fctr{ opacity: 1 !important; }

}
 
Status
Not open for further replies.
Top Bottom