Github dashboard UI sidebar right
Versione datata
// ==UserScript==
// @name Github dashboard sidebar right
// @author a-wing
// @version 1
// @grant none
// @include https://github.com/
// @namespace https://greasyfork.org/users/186363
// @description Github dashboard UI sidebar right
// ==/UserScript==
(function () {
document.getElementsByClassName("dashboard-sidebar")[0].style.cssFloat= "right"
})()