Skip to content

Instantly share code, notes, and snippets.

@nikeee
Last active May 27, 2016 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nikeee/65757a72f8eb039c6a5de963ff8b1c2e to your computer and use it in GitHub Desktop.
Save nikeee/65757a72f8eb039c6a5de963ff8b1c2e to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Telegram-Background
// @namespace telegram
// @description Tiles Background for Telegram
// @include https://web.telegram.org/*
// @version 1.0.1
// @downloadURL https://gist.github.com/raw/65757a72f8eb039c6a5de963ff8b1c2e/telegram_background.user.js
// @grant none
// ==/UserScript==
(function() {
document.body.style["background-image"] = "url('https://cdn.rawgit.com/zhukov/webogram/e9c950b72404d9ac4dc81dfccb497c78fcec4337/app/img/bg_tile.png')";
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment