Skip to content

Commit d13ea7d

Browse files
authored
Update jupyter-notebook-auto-scroll.js
1 parent 1924ce9 commit d13ea7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jupyter-notebook-auto-scroll.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// @version 0.2
55
// @description Add auto scroll to bottom funtion for jupyter notebook pages.
66
// @author Scruel Tao
7+
// @homepage https://github.com/scruel/tampermonkey-scripts/blob/main/jupyter-notebook-auto-scroll.js
78
// @match http*://*/notebook*/*
89
// @grant none
910
// ==/UserScript==
@@ -15,7 +16,7 @@
1516
var defalutEnabled = true;
1617

1718
var scrollEleIndex = 1;
18-
// To store the last scroll top attr of element.
19+
// To store the last scroll height attr of element.
1920
// If disable, set to -1.
2021
var scrollEleIndexMap = new Map();
2122

0 commit comments

Comments
 (0)