Suppress newline of title at Google search result.
Google expand by ncaq
Imported from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/95431.user.css
Details
Authorncaq
LicenseCC0-1.0
Categorygoogle.com
Created
Updated
Size285 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
2020-04-01
updated: support new google
2018-12-20:
fixed: exclude google image search
2018-12-16:
fixed: search regex
2018-12-15:
updated: Fit to current Google
Source code
/* ==UserStyle==
@name Google expand
@namespace https://www.ncaq.net/
@author ncaq
@version 1.0.0
@license CC0-1.0
==/UserStyle== */
@-moz-document regexp('^https://www\\.google\\.[^/]+/search\\?(?!.*tbm).*')
{
#rso .g {
width: 750px !important;
}
}