We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b3b149 commit e502408Copy full SHA for e502408
toc-bar.user.js
@@ -33,6 +33,7 @@
33
// @match *://learning.oreilly.com/library/view/*
34
// @match *://developer.chrome.com/extensions/*
35
// @match *://app.getpocket.com/read/*
36
+// @match *://indepth.dev/posts/*
37
// @run-at document-idle
38
// @grant GM_getResourceText
39
// @grant GM_addStyle
@@ -167,7 +168,10 @@
167
168
},
169
'app.getpocket.com': {
170
contentSelector: '[role=main]',
- }
171
+ },
172
+ 'indepth.dev': {
173
+ contentSelector: '.content',
174
175
}
176
177
function getSiteInfo() {
0 commit comments