Last active
May 27, 2016 19:29
-
-
Save nikeee/65757a72f8eb039c6a5de963ff8b1c2e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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