Created
July 26, 2019 12:37
-
-
Save anton0xf/9fcd6228fe6fa8fb25e9bbb558a00462 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 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%'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
точно работает в Violentmonkey