diff options
author | Arun Isaac | 2016-11-14 19:18:51 +0530 |
---|---|---|
committer | Arun Isaac | 2016-11-14 19:18:51 +0530 |
commit | e32a7a867cc3497fcae29d5c55263cec1ec40f3e (patch) | |
tree | 0c2a9e8d14c40898da72571116febd76d04c2e4b | |
parent | d8200681133c49fa0f382e0b12fff42eaf7064a1 (diff) | |
download | remove-noscript-mask-on-ebay-e32a7a867cc3497fcae29d5c55263cec1ec40f3e.tar.gz remove-noscript-mask-on-ebay-e32a7a867cc3497fcae29d5c55263cec1ec40f3e.tar.lz remove-noscript-mask-on-ebay-e32a7a867cc3497fcae29d5c55263cec1ec40f3e.zip |
Fill paragraph for readability
* README.org: Fill paragraph for readability
-rw-r--r-- | README.org | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ * 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/. +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/. |