brings back january 2011 to july 2011 gbar, based off my previous project 2010 Google! FIXED edition
2011E GBAR For Gplex (read notes) by turtlecheesecake
Details
Authorturtlecheesecake
LicenseNo License
Categorygoogle
Created
Updated
Size2.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
You must use 2013 (Legacy/old browser version) before installing.
Install Gplex here https://greasyfork.org/en/scripts/492193-gplex-old-google-frontend (with tampermonkey, greasemonkey)
Source code
/* ==UserStyle==
@name Google Early 2011 GBAR
@version 20240612.12.12
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.google.com/") {
/*home page and other small features*/
[layout="2013L"] #gp-gbar-inner {
background-color: #fff;
padding-left: 4px;
}
[layout="2013L"] .gp-gbar-link.active {
border-top-color: #1a54e1 !important;
opacity: 1 !important;
}
.gp-gbar-link {
color: #36c !important;
}
.gp-gbar-link.active {
color: #000 !important;
}
.gp-gbar-link:hover {
background-color: transparent!important;
background-image: url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png)!important;
background-position: 0 -102px!important;
background-repeat: repeat-x!important;
outline: none;
text-decoration: none !important;
}
.gp-gbar-link:hover {
color: #36c !important;
}
#gp-gbar-more .arrow {
border-top-color: #36c !important;
}
[layout="2013L"] #gp-gbar-inner {
top: 2px;
height: 27px;
border-bottom: 1px solid #f5f5f5;
background-image: url(http://ssl.gstatic.com/gb/images/b_5dae6e31.png);
background-position: 0 -43px;
background-repeat: repeat-x;
font-size: 24px;
opacity: 1;
}
#gp-gbar-settings-icon {
display: block;
width: 14px;
height: 15px;
background: url(http://ssl.gstatic.com/gb/images/b_5dae6e31.png);
background-position-x: 0%;
background-position-y: 0%;
background-position: 0 0;
font-size: 0;
}
#gp-gbar-settings-icon {
background: url(http://ssl.gstatic.com/gb/images/b8_51af752e.png);
}
#ugf-hp-footer, #ugf-structured-hp-footer {
background: #fff;
border-top: 1px solid #fff;
}
#ugf-side-info {
display: none
}
/* more page*/
#gp-gbar-dd {
position: absolute;
z-index: 999;
text-align: left;
border: 1px solid #bebebe;
background: #fff;
box-shadow: 0 1px 5px #ccc;
padding: 0px 0;
}
.gbar-dd-section {
padding: 0px 0;
}
.gbar-dd-section-link {
font-weight: normal;
color: #36c!important
}
.gbar-dd-section-link:hover {
background-color: #3366cc17!important;
}
[gbar-dd-open] #gp-gbar-more .gp-gbar-link-inner {
color: #36c;
}
}