From d8200681133c49fa0f382e0b12fff42eaf7064a1 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 14 Nov 2016 11:59:21 +0530 Subject: Revert "Change README to markdown" This reverts commit c90a9ddea7e10221e3729d1c9667417b05960652. --- README.md | 4 ---- README.org | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 README.md create mode 100644 README.org 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*. 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/. -- cgit v1.2.3