From c90a9ddea7e10221e3729d1c9667417b05960652 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 13 Nov 2016 00:41:51 +0530 Subject: Change README to markdown * README.md: Change README from org to markdown --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md (limited to 'README.md') 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*. -- cgit v1.2.3