*://learning.oreilly.com/library/view/*
1 parent 43feae3 commit c6648ceCopy full SHA for c6648ce
1 file changed
toc-bar.user.js
@@ -22,6 +22,7 @@
22
// @match *://distill.pub/*
23
// @match *://github.com/*/*
24
// @match *://developer.mozilla.org/*/docs/*
25
+// @match *://learning.oreilly.com/library/view/*
26
// @run-at document-idle
27
// @grant GM_getResourceText
28
// @grant GM_addStyle
@@ -95,7 +96,10 @@
95
96
},
97
'developer.mozilla.org': {
98
contentSelector: '#content'
- }
99
+ },
100
+ 'learning.oreilly.com': {
101
+ contentSelector: '#sbo-rt-content'
102
103
}
104
105
function getSiteInfo() {
0 commit comments