Skip to content

Commit c33e258

Browse files
committed
Add @ICON for displaying logo
1 parent c6648ce commit c33e258

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

toc-bar.user.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
// @match *://cnodejs.org/topic/*
1515
// @match *://*zcfy.cc/article/*
1616
// @match *://juejin.im/entry/*
17-
// @match *://dev.to/*
17+
// @match *://dev.to/*/*
18+
// @exclude *://dev.to/settings/*
1819
// @match *://web.dev/*
1920
// @match *://medium.com/*
2021
// @match *://css-tricks.com/*
@@ -29,6 +30,7 @@
2930
// @grant GM_setValue
3031
// @grant GM_getValue
3132
// @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
3234
// @homepageURL https://github.com/hikerpig/toc-bar-userscript
3335
// @downloadURL https://raw.githubusercontent.com/hikerpig/toc-bar-userscript/master/toc-bar.user.js
3436
// ==/UserScript==

0 commit comments

Comments
 (0)