Skip to content

Commit 469759a

Browse files
committed
Update include && version 1.1
1 parent 495341f commit 469759a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

github-dashboard.user.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
// ==UserScript==
22
// @name Github dashboard sidebar right
3-
// @author a-wing
4-
// @version 1
3+
// @author a-wing
4+
// @version 1.1
55
// @grant none
6-
// @include https://github.com/*
6+
// @include https://github.com/
7+
// @include https://github.com/*dashboard*
78
// ==/UserScript==
89

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

0 commit comments

Comments
 (0)