Skip to content

Instantly share code, notes, and snippets.

View nalcheg's full-sized avatar
🏠
Working from home

Andrew Tugarinov nalcheg

🏠
Working from home
View GitHub Profile
@nalcheg
nalcheg / fix-webogram.js
Last active March 20, 2019 12:21 — forked from sulami/fix-webogram.js
telegaFullWidth
// ==UserScript==
// @name Fix Webogram width
// @namespace webogram.fixes
// @match https://web.telegram.org/*
// @version 2
// @grant none
// ==/UserScript==
function addGlobalStyle(css) {
var head, style;