Centered Google Basic Variant
Centered Google Basic Variant by brian6932
Details
Authorbrian6932
LicenseNo License
Categorywww.google.com
Created
Updated
Size394 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Centered Google Basic Variant
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Centered Google Basic Variant
@author brian6932
==/UserStyle== */
@-moz-document regexp("^https?://w{3}\\.google\\.com/search\\?(?:[^/]+&)?gbv=1(?:$|[&/]\\S*)$") {
body {
padding: 0px;
margin: 0px auto
}
}