Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gowee/bing-wallpaper-for-google
Set the Today on Bing picture as the wallpaper of Google Search (user script)
https://github.com/gowee/bing-wallpaper-for-google
bing-wallpaper google-homepage google-search user-script userscript
Last synced: about 2 months ago
JSON representation
Set the Today on Bing picture as the wallpaper of Google Search (user script)
- Host: GitHub
- URL: https://github.com/gowee/bing-wallpaper-for-google
- Owner: Gowee
- Created: 2020-08-17T15:54:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-15T09:49:54.000Z (almost 3 years ago)
- Last Synced: 2024-10-30T07:28:11.447Z (3 months ago)
- Topics: bing-wallpaper, google-homepage, google-search, user-script, userscript
- Language: JavaScript
- Homepage:
- Size: 3.72 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bing Wallpaper for Google
Apply the "Today on Bing" wallpapers to the homepage of Google.![Sample screenshot](./screenshot3.jpg "A sample screenshot taken on Jan 1, 2020")
## Set up
This is a standalone [user script](https://openuserjs.org/about/Userscript-Beginners-HOWTO) instead of a pre-packaged browser extension.So, to set up this script, an additional browser-specific userscript manager (i.e. extension) is needed at first. There are lots of implementations, such as [Tampermonkey for Chrome](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo) and [Greasemonkey for Firefox](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/). A inclusive list for different platforms/browsers is [here](https://openuserjs.org/about/Userscript-Beginners-HOWTO).
After installing a userscript manager, just clicking on [this](https://github.com/Gowee/bing-wallpaper-for-google/raw/master/bing-wallpaper-for-google.user.js) or following [this](https://greasyfork.org/en/scripts/398204-bing-wallpaper-for-google) will let the userscript manager prompt to apply this script.
---
[Migrated from GreasyFork](https://greasyfork.org/scripts/398204)
with the help of [greasygit](https://github.com/Gowee/greasygit).