Skip to content

Commit e502408

Browse files
committed
feat: add support to indepth.dev
1 parent 7b3b149 commit e502408

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

toc-bar.user.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
// @match *://learning.oreilly.com/library/view/*
3434
// @match *://developer.chrome.com/extensions/*
3535
// @match *://app.getpocket.com/read/*
36+
// @match *://indepth.dev/posts/*
3637
// @run-at document-idle
3738
// @grant GM_getResourceText
3839
// @grant GM_addStyle
@@ -167,7 +168,10 @@
167168
},
168169
'app.getpocket.com': {
169170
contentSelector: '[role=main]',
170-
}
171+
},
172+
'indepth.dev': {
173+
contentSelector: '.content',
174+
},
171175
}
172176

173177
function getSiteInfo() {

0 commit comments

Comments
 (0)