aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.org b/README.org
index fe64d25..8ca28f9 100644
--- a/README.org
+++ b/README.org
@@ -1,3 +1,9 @@
* Rationale
-Many sites break down completely and do not function at all if you will not execute their javascript. However, some sites like [[http://www.ebay.com/][ebay]] can function in part without javascript, but refuse to cooperate and hinder the user by covering the page with a [[http://www.w3schools.com/tags/tag_noscript.asp][noscript]] mask that blocks the user from accessing anything on it. So, to get around the problem, I wrote a trivial ([[http://www.greasespot.net/][greasemonkey]]) user script to remove the noscript mask by setting its [[http://www.w3schools.com/cssref/pr_class_display.asp][CSS display property]] to /none/.
+Many sites break down completely and do not function at all if you
+will not execute their javascript. However, some sites like [[http://www.ebay.com/][ebay]] can
+function in part without javascript, but refuse to cooperate and
+hinder the user by covering the page with a [[http://www.w3schools.com/tags/tag_noscript.asp][noscript]] mask that blocks
+the user from accessing anything on it. So, to get around the problem,
+I wrote a trivial ([[http://www.greasespot.net/][greasemonkey]]) user script to remove the noscript
+mask by setting its [[http://www.w3schools.com/cssref/pr_class_display.asp][CSS display property]] to /none/.