Last active
May 27, 2016 19:29
-
-
Save nikeee/65757a72f8eb039c6a5de963ff8b1c2e to your computer and use it in GitHub Desktop.
Revisions
-
nikeee revised this gist
May 27, 2016 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,8 @@ // @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== -
nikeee created this gist
May 27, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ // ==UserScript== // @name Telegram-Background // @namespace telegram // @description Tiles Background for Telegram // @include https://web.telegram.org/* // @version 1.0.0 // @grant none // ==/UserScript== (function() { document.body.style["background-image"] = "url('https://cdn.rawgit.com/zhukov/webogram/e9c950b72404d9ac4dc81dfccb497c78fcec4337/app/img/bg_tile.png')"; })();