aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: ea2027633fe2e75e6a9c0e3bc0713a511cfb00d3 (plain)
1
2
3
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*.