aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2016-12-01 03:52:58 +0530
committerArun Isaac2016-12-01 03:52:58 +0530
commit719fca788599b2e02bc9cafb9711e43b943fefd9 (patch)
tree5a07eeda877021b7cf82c34b28e619e06ee7f56f
parenta789331b86e8f5356c4b1c39e89ae7fbc91602f7 (diff)
downloadremove-noscript-mask-on-ebay-master.tar.gz
remove-noscript-mask-on-ebay-master.tar.lz
remove-noscript-mask-on-ebay-master.zip
Change "noscript" to "<noscript>"HEADmaster
* README.org: Change "noscript" to "<noscript>" to distinguish it from the NoScript addon
-rw-r--r--README.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.org b/README.org
index 51eee06..6c2cfe2 100644
--- a/README.org
+++ b/README.org
@@ -3,10 +3,10 @@
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/.
+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/.
#+CAPTION: ebay.com with noscript mask
#+ATTR_HTML: :alt ebay.com with noscript mask