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 c6648ce commit c33e258Copy full SHA for c33e258
toc-bar.user.js
@@ -14,7 +14,8 @@
14
// @match *://cnodejs.org/topic/*
15
// @match *://*zcfy.cc/article/*
16
// @match *://juejin.im/entry/*
17
-// @match *://dev.to/*
+// @match *://dev.to/*/*
18
+// @exclude *://dev.to/settings/*
19
// @match *://web.dev/*
20
// @match *://medium.com/*
21
// @match *://css-tricks.com/*
@@ -29,6 +30,7 @@
29
30
// @grant GM_setValue
31
// @grant GM_getValue
32
// @require https://cdnjs.cloudflare.com/ajax/libs/tocbot/4.11.1/tocbot.min.js
33
+// @icon https://raw.githubusercontent.com/hikerpig/toc-bar-userscript/master/toc-logo.svg
34
// @homepageURL https://github.com/hikerpig/toc-bar-userscript
35
// @downloadURL https://raw.githubusercontent.com/hikerpig/toc-bar-userscript/master/toc-bar.user.js
36
// ==/UserScript==
0 commit comments