Makes Gplex's Gbar look like the one from V3.
Credits to rysiequ for additional help, i only uploaded it. (for the lulz, of course.)
Authorsulflix
LicenseNo License
Categorygoogle
Created
Updated
Size653 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Makes Gplex's Gbar look like the one from V3.
Credits to rysiequ for additional help, i only uploaded it. (for the lulz, of course.)
GPLEX IS REQUIRED TO USE THIS USERSCRIPT. (its a public beta, proceed with caution)
https://greasyfork.org/en/scripts/492193-gplex-old-google-frontend
Instructions:
Set the layout to "Late 2012-2013" at the GPLEX settings page. (this may change in the future)
???
Profit!
/* ==UserStyle==
@name Gplex Gbar V3-ifier
@namespace https://userstyles.world/style/15797
@version 1.0.1
@description Makes Gplex's Gbar look like the one from V3. Gplex can be found here: https://greasyfork.org/en/scripts/492193-gplex-old-google-frontend
@author sulflix & rysiequ
==/UserStyle== */
@-moz-document url-prefix("https://www.google.com/") {
#gp-gbar-inner {
height: 30px !important;
}
#gp-gbar-more .arrow {
padding-top: 2px !important;
}
.gp-gbar-link {
position: relative;
left: 36px !important;
padding: 0 0.822px !important;
}
}