Github dashboard sidebar right

Github dashboard UI sidebar right

Από την 19/05/2018. Δείτε την τελευταία έκδοση.

// ==UserScript==
// @name     				Github dashboard sidebar right
// @author          a-wing
// @version  				1
// @grant    				none
// @include         https://github.com/*
// @namespace https://gf.zukizuki.org/users/186363
// @description Github dashboard UI sidebar right
// ==/UserScript==

document.querySelector('.dashboard-sidebar')?document.querySelector('.dashboard-sidebar').style.cssFloat = 'right':null;