Github dashboard UI sidebar right
- // ==UserScript==
- // @name Github dashboard sidebar right
- // @author a-wing
- // @version 1.1
- // @grant none
- // @include https://github.com/
- // @include https://github.com/*dashboard*
- // @namespace https://greatest.deepsurf.us/users/186363
- // @description Github dashboard UI sidebar right
- // ==/UserScript==
- document.querySelector('.dashboard-sidebar')?document.querySelector('.dashboard-sidebar').style.cssFloat = 'right':null;