From 62dd7743826e7ed5ce64b125030a63de4c58cbd5 Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Sat, 25 Apr 2020 22:19:21 +0200 Subject: Updated README --- README.MD | 10 ++++++++++ SELectureOptimizer.js | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index e69de29..106f41e 100644 --- a/README.MD +++ b/README.MD @@ -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 -- cgit v1.2.1