Google Home Page
Hi, Can anymore make a very simple google home page, where the "GOOGLE" is removed, the "google search is removed, and the im feeling lucky button is removed. and custom background and possibly remove the google plus. Basically just the search bar.
Comments
@-moz-document regexp("https://www.google.*/") { #viewport > *:not(#searchform), .jsb, .gssb_g {display: none !important;} }
Edit:
There is something wrong in forum whit "code" tag or only quoting and emotes in it, it breaks the end of url...
Should be:
regexp("https://www.google.*/")
@-moz-document regexp("https://www.google.*/") {
#viewport > *:not(#searchform), .jsb, .gssb_g {display: none !important;}
}
and post comment, it changing end of url to "& quot ;" entity and combine semicolon with bracket... it shouldn't do that.