Skip to content

Commit 27eb121

Browse files
committed
feat: Add site *://developer.chrome.com/extensions/*
1 parent 61b0eab commit 27eb121

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

toc-bar.user.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
// @match *://github.com/*/*
2525
// @match *://developer.mozilla.org/*/docs/*
2626
// @match *://learning.oreilly.com/library/view/*
27+
// @match *://developer.chrome.com/extensions/*
2728
// @run-at document-idle
2829
// @grant GM_getResourceText
2930
// @grant GM_addStyle
@@ -102,6 +103,9 @@
102103
'learning.oreilly.com': {
103104
contentSelector: '#sbo-rt-content'
104105
},
106+
'developer.chrome.com': {
107+
contentSelector: 'article'
108+
},
105109
}
106110

107111
function getSiteInfo() {

0 commit comments

Comments
 (0)