We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1924ce9 commit d13ea7dCopy full SHA for d13ea7d
jupyter-notebook-auto-scroll.js
@@ -4,6 +4,7 @@
4
// @version 0.2
5
// @description Add auto scroll to bottom funtion for jupyter notebook pages.
6
// @author Scruel Tao
7
+// @homepage https://github.com/scruel/tampermonkey-scripts/blob/main/jupyter-notebook-auto-scroll.js
8
// @match http*://*/notebook*/*
9
// @grant none
10
// ==/UserScript==
@@ -15,7 +16,7 @@
15
16
var defalutEnabled = true;
17
18
var scrollEleIndex = 1;
- // To store the last scroll top attr of element.
19
+ // To store the last scroll height attr of element.
20
// If disable, set to -1.
21
var scrollEleIndexMap = new Map();
22
0 commit comments