aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonard Kugis <leonard@kug.is>2020-04-25 22:19:21 +0200
committerLeonard Kugis <leonard@kug.is>2020-04-25 22:19:21 +0200
commit62dd7743826e7ed5ce64b125030a63de4c58cbd5 (patch)
treeae4367172e47b5907e22f0b12d5ccb8f3851cef4
parentdf17352f080214003483354481237fa9b30f5917 (diff)
Updated README
-rw-r--r--README.MD10
-rw-r--r--SELectureOptimizer.js2
2 files changed, 11 insertions, 1 deletions
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