aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArun Isaac2016-11-14 11:59:21 +0530
committerArun Isaac2016-11-14 11:59:21 +0530
commitd8200681133c49fa0f382e0b12fff42eaf7064a1 (patch)
tree10e60dd12ce9fc3c8209bd1b1bb8c51ad46f0fbd /README.md
parentc90a9ddea7e10221e3729d1c9667417b05960652 (diff)
downloadremove-noscript-mask-on-ebay-d8200681133c49fa0f382e0b12fff42eaf7064a1.tar.gz
remove-noscript-mask-on-ebay-d8200681133c49fa0f382e0b12fff42eaf7064a1.tar.lz
remove-noscript-mask-on-ebay-d8200681133c49fa0f382e0b12fff42eaf7064a1.zip
Revert "Change README to markdown"
This reverts commit c90a9ddea7e10221e3729d1c9667417b05960652.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index ea20276..0000000
--- a/README.md
+++ /dev/null
@@ -1,4 +0,0 @@
-Rationale
-==========
-
-Many sites break down completely and do not function at all if you will not execute their javascript. However, some sites like [ebay](http://www.ebay.com/) can function in part without javascript, but refuse to cooperate and hinder the user by covering the page with a [noscript](http://www.w3schools.com/tags/tag_noscript.asp) mask that blocks the user from accessing anything on it. So, to get around the problem, I wrote a trivial ([greasemonkey](http://www.greasespot.net/)) user script to remove the noscript mask by setting its [CSS display property](http://www.w3schools.com/cssref/pr_class_display.asp) to *none*.