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.
GM.registerMenuCommand
1 parent 8342923 commit a7106f8Copy full SHA for a7106f8
github-toc.user.js
@@ -1,6 +1,6 @@
1
// ==UserScript==
2
// @name GitHub Table of Contents
3
-// @version 2.1.3
+// @version 2.1.4
4
// @description A userscript that adds a table of contents to readme & wiki pages
5
// @license MIT
6
// @author Rob Garrison
@@ -9,6 +9,7 @@
9
// @include https://gist.github.com/*
10
// @run-at document-idle
11
// @grant GM_registerMenuCommand
12
+// @grant GM.registerMenuCommand
13
// @grant GM_getValue
14
// @grant GM.getValue
15
// @grant GM_setValue
0 commit comments