diff options
author | Arun Isaac | 2016-11-15 01:26:29 +0530 |
---|---|---|
committer | Arun Isaac | 2016-11-15 01:26:29 +0530 |
commit | c4a20eb3bf2e2b8b955667022cbe65cd8c6e470a (patch) | |
tree | 50b89ccfa25371d0848090c964b53969d34678d9 | |
parent | e47461d02cfa2e07e3585d73eef3cc33d4e10bd2 (diff) | |
download | remove-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.org | 8 | ||||
-rw-r--r-- | ebay-with-noscript-mask.jpg | bin | 0 -> 46099 bytes | |||
-rw-r--r-- | ebay-without-noscript-mask.jpg | bin | 0 -> 52216 bytes |
3 files changed, 8 insertions, 0 deletions
@@ -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 Binary files differnew file mode 100644 index 0000000..902542e --- /dev/null +++ b/ebay-with-noscript-mask.jpg diff --git a/ebay-without-noscript-mask.jpg b/ebay-without-noscript-mask.jpg Binary files differnew file mode 100644 index 0000000..356f9f0 --- /dev/null +++ b/ebay-without-noscript-mask.jpg |