Skip to content

Late 2011 Sidebar For Google filters script by ivyclaw22

Details

Authorivyclaw22

LicenseNo License

Categorygoogle

Created

Updated

Code size2.3 kB

Code checksum2bb3c3c1

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hi!. this is a late 2011 theme for the Old Google Search Filters Restorer Script.

Notes

Source code

/* ==UserStyle==
@name           11mod
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("www.google.com") {
	.bruniFilters:not(#bruniMoreFiltersBtn)::before{
		content:"";
		display:block;
		background: url(https://www.google.com/images/nav_logo118.png) no-repeat;
		height: 19px;
  		margin-top: 2px;
  		margin-right: 6px;
  		outline: none;
  		width: 19px;
		float:left
	}
	#everythingFilter::before{
		background-position: -0px -132px!important;
	}
	#everythingFilter.active::before{
		background-position: -20px -132px!important;
	}
	#tbmFilter1::before{
		background-position: -40px -132px!important;
	}
	#tbmFilter1.active::before{
		background-position: -60px -132px!important;
	}
	#tbmFilter2::before{
		background-position: -120px -152px!important;
	}
	#tbmFilter2.active::before{
		background-position: -140px -152px!important;
	}
	#tbmFilter3::before{
		background-position: -120px -132px!important;
	}
	#tbmFilter3.active::before{
		background-position: -140px -132px!important;
	}
	#tbmFilter4::before{
		background-position: -80px -132px!important;
	}
	#tbmFilter4.active::before{
		background-position: -100px -132px!important;
	}
	#tbmFilter5::before{
		background-position: -40px -152px!important;
	}
	#tbmFilter5.active::before{
		background-position: -60px -152px!important;
	}
	#placesFilter::before{
		background-position: -80px -152px!important;
	}
	#placesFilter.active::before{
		background-position: -100px -152px!important;
	}
	#flightsFilter::before{
		background-position: -80px -192px!important;
	}
	#flightsFilter.active::before{
		background-position: -80px -192px!important;
	}
	#financeFilter::before{
		background-position: -120px -152px!important;
	}
	#financeFilter.active::before{
		background-position: -120px -152px!important;
	}
	#patentsFilter::before{
		background-position: -40px -192px!important;
	}
	#patentsFilter.active::before{
		background-position: -40px -192px!important;
	}
	.bruniFilters:hover {
  text-decoration: underline;
  background-color: unset;
}
	.bruniFilters.active {
  border-left-color: transparent;
  color: var(--google-colour) !important;
}
	.bruniFilters{
		font-size: 15px;
  line-height: 24px;
  padding-left: 8px;
	}
	#bruniMoreFiltersBtn{
		padding-left:33px
	}
}

Reviews

No reviews yet.