Fixes the coding error that makes google results page going blank but context still working.
Google results blank page fix by joypixels
Details
Authorjoypixels
LicenseNo License
Categorystyles, display, google
Created
Updated
Size419 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
use with Stylus or Stylish
Source code
/* ==UserStyle==
@name Example
@namespace example.com
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("google.com") {
body {
opacity:1;
}
}
/**
Your code goes here!
More info in the official documentation at Stylus' wiki:
https://github.com/openstyles/stylus/wiki/Writing-UserCSS
*/
}