Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save anton0xf/9fcd6228fe6fa8fb25e9bbb558a00462 to your computer and use it in GitHub Desktop.
Save anton0xf/9fcd6228fe6fa8fb25e9bbb558a00462 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name wide startek
// @namespace Violentmonkey Scripts
// @match https://st.yandex-team.ru/*
// @grant none
// @inject-into content
// ==/UserScript==
const elt = document.getElementsByClassName('b-page-layout__main')[0];
elt.style.maxWidth = '100%';
@anton0xf
Copy link
Author

точно работает в Violentmonkey

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment