diff options
author | Arun Isaac | 2016-11-13 00:41:51 +0530 |
---|---|---|
committer | Arun Isaac | 2016-11-13 00:41:51 +0530 |
commit | c90a9ddea7e10221e3729d1c9667417b05960652 (patch) | |
tree | 1933f202eb1c612b75b627e5117ece86fabcca2e | |
parent | 0ca105bb5b2a7fd56935eb252e65ac8ea4293859 (diff) | |
download | remove-noscript-mask-on-ebay-c90a9ddea7e10221e3729d1c9667417b05960652.tar.gz remove-noscript-mask-on-ebay-c90a9ddea7e10221e3729d1c9667417b05960652.tar.lz remove-noscript-mask-on-ebay-c90a9ddea7e10221e3729d1c9667417b05960652.zip |
Change README to markdown
* README.md: Change README from org to markdown
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | README.org | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..ea20276 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +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*. diff --git a/README.org b/README.org deleted file mode 100644 index fe64d25..0000000 --- a/README.org +++ /dev/null @@ -1,3 +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 [[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/. |