Skip to content

Commit 544e8ee

Browse files
committed
fix: github readme selector #17
1 parent 5d0b6a4 commit 544e8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toc-bar.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
contentSelector: 'article',
151151
},
152152
'github.com': function () {
153-
const README_SEL = '#readme'
153+
const README_SEL = '.entry-content'
154154
const WIKI_CONTENT_SEL = '#wiki-body'
155155
const ISSUE_CONTENT_SEL = '.comment .comment-body'
156156

0 commit comments

Comments
 (0)