Skip to content

Instantly share code, notes, and snippets.

@nikeee
Last active May 27, 2016 19:29
Show Gist options
  • Select an option

  • Save nikeee/65757a72f8eb039c6a5de963ff8b1c2e to your computer and use it in GitHub Desktop.

Select an option

Save nikeee/65757a72f8eb039c6a5de963ff8b1c2e to your computer and use it in GitHub Desktop.

Revisions

  1. nikeee revised this gist May 27, 2016. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion telegram_background.user.js
    Original 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.0
    // @version 1.0.1
    // @downloadURL https://gist.github.com/raw/65757a72f8eb039c6a5de963ff8b1c2e/telegram_background.user.js
    // @grant none
    // ==/UserScript==

  2. nikeee created this gist May 27, 2016.
    12 changes: 12 additions & 0 deletions telegram_background.user.js
    Original 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')";
    })();