aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2016-11-12 01:16:36 +0530
committerArun Isaac2016-11-12 01:16:36 +0530
commit0ca105bb5b2a7fd56935eb252e65ac8ea4293859 (patch)
tree10e60dd12ce9fc3c8209bd1b1bb8c51ad46f0fbd
parentd2a3844b7d69c2661baac32cc21de118293a4710 (diff)
downloadremove-noscript-mask-on-ebay-0ca105bb5b2a7fd56935eb252e65ac8ea4293859.tar.gz
remove-noscript-mask-on-ebay-0ca105bb5b2a7fd56935eb252e65ac8ea4293859.tar.lz
remove-noscript-mask-on-ebay-0ca105bb5b2a7fd56935eb252e65ac8ea4293859.zip
Add README.org
* README.org: Add a README file
-rw-r--r--README.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..fe64d25
--- /dev/null
+++ b/README.org
@@ -0,0 +1,3 @@
+* 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/.