Skip to content

Customizable Google Background v1 by NotKoby

Screenshot of Customizable Google Background v1

Details

AuthorNotKoby

LicenseCC BY-ND

Categoryhttps://www.google.com

Created

Updated

Size559 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Set a customizable background to Google!

Notes

I'm not updating this anymore as I have moved on to other projects. I'm sure most of the code still works but there might be bugs. You can try editing it yourself, or, if there's a major bug submit an issue on the GitHub and I'll try to fix it :D

To customize the background, set the URL of the image you want in the code. The code is very easy to read and has comments, so you should have no trouble customizing it to your liking.

Update Log:
v1- Release
v1.5- Changed description

Source code

/* ==UserStyle==
@name         Customizable Google Background v1
@version      1.0
@namespace    userstyles.world/user/NotKoby
@description  Adds a customizable background picture to Google!
@author       NotKoby
@license      CC BY-ND
==/UserStyle== */

@-moz-document url-prefix("https://google.com") {

/* Replace the URL with whichever image you want! */
  body {
      background-image: url('https://cdn.pixabay.com/photo/2015/12/09/01/02/mandalas-1084082_960_720.jpg');
      background-size: cover;
      background-repeat: no-repeat;
}

Reviews

No reviews yet.