aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2016-11-15 01:26:29 +0530
committerArun Isaac2016-11-15 01:26:29 +0530
commitc4a20eb3bf2e2b8b955667022cbe65cd8c6e470a (patch)
tree50b89ccfa25371d0848090c964b53969d34678d9
parente47461d02cfa2e07e3585d73eef3cc33d4e10bd2 (diff)
downloadremove-noscript-mask-on-ebay-c4a20eb3bf2e2b8b955667022cbe65cd8c6e470a.tar.gz
remove-noscript-mask-on-ebay-c4a20eb3bf2e2b8b955667022cbe65cd8c6e470a.tar.lz
remove-noscript-mask-on-ebay-c4a20eb3bf2e2b8b955667022cbe65cd8c6e470a.zip
Add images demonstrating effect of script
* README.org: Add images demonstrating effect of script * ebay-with-noscript-mask.jpg: ebay page with the noscript mask * ebay-without-noscript-mask.jpg: ebay page with the noscript mask removed
-rw-r--r--README.org8
-rw-r--r--ebay-with-noscript-mask.jpgbin0 -> 46099 bytes
-rw-r--r--ebay-without-noscript-mask.jpgbin0 -> 52216 bytes
3 files changed, 8 insertions, 0 deletions
diff --git a/README.org b/README.org
index ec28377..462485f 100644
--- a/README.org
+++ b/README.org
@@ -8,6 +8,14 @@ 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
+[[tree:ebay-with-noscript-mask.jpg]]
+
+#+CAPTION: ebay.com with noscript mask removed by greasemonkey user script
+#+ATTR_HTML: :alt ebay.com with noscript mask removed by greasemonkey user script
+[[tree:ebay-without-noscript-mask.jpg]]
+
* Get the script
- from [[https://greasyfork.org/en/scripts/22749-remove-noscript-mask-on-ebay][Greasy Fork]]
diff --git a/ebay-with-noscript-mask.jpg b/ebay-with-noscript-mask.jpg
new file mode 100644
index 0000000..902542e
--- /dev/null
+++ b/ebay-with-noscript-mask.jpg
Binary files differ
diff --git a/ebay-without-noscript-mask.jpg b/ebay-without-noscript-mask.jpg
new file mode 100644
index 0000000..356f9f0
--- /dev/null
+++ b/ebay-without-noscript-mask.jpg
Binary files differ