diff options
-rw-r--r-- | README.MD | 10 | ||||
-rw-r--r-- | SELectureOptimizer.js | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -0,0 +1,10 @@ +# SE Lecture Optimizer + +## About + +This script suppresses the automatic preloading and buffering of all videos +on the SE lecture page. + +By default, all videos are prebuffered and even played at once. The first causes +long waiting time before the site is usable and breaks slow bandwidth connections. +The second causes high disturbance to the user. diff --git a/SELectureOptimizer.js b/SELectureOptimizer.js index 887c6b6..9e4c54f 100644 --- a/SELectureOptimizer.js +++ b/SELectureOptimizer.js @@ -1,5 +1,5 @@ // ==UserScript== -// @name SE Lecture optimizer +// @name SE Lecture Optimizer // @namespace http://tampermonkey.net/ // @version 1.0 // @date 2020-04-25 |