diff options
author | Arun Isaac | 2016-12-01 03:51:20 +0530 |
---|---|---|
committer | Arun Isaac | 2016-12-01 03:51:20 +0530 |
commit | a789331b86e8f5356c4b1c39e89ae7fbc91602f7 (patch) | |
tree | a46a5b97783e9a5f59ae1acd9774dee65e2b4dfb | |
parent | 6ab678579ea64db076b0a525f0350a2a473eeb32 (diff) | |
download | remove-noscript-mask-on-ebay-a789331b86e8f5356c4b1c39e89ae7fbc91602f7.tar.gz remove-noscript-mask-on-ebay-a789331b86e8f5356c4b1c39e89ae7fbc91602f7.tar.lz remove-noscript-mask-on-ebay-a789331b86e8f5356c4b1c39e89ae7fbc91602f7.zip |
Add paragraph about NoScript feature
* README.org: Add paragraph about NoScript feature to hide <noscript> elements
-rw-r--r-- | README.org | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -16,6 +16,13 @@ mask by setting its [[http://www.w3schools.com/cssref/pr_class_display.asp][CSS #+ATTR_HTML: :alt ebay.com with noscript mask removed by greasemonkey user script [[tree:ebay-without-noscript-mask.jpg]] +Since I wrote this script, I have noticed that [[https://noscript.net/][NoScript]] has a checkbox +"Hide <NOSCRIPT> elements" under /Options -> Advanced -> Untrusted/ +that lets you do what this script does. As such, this script is +unnecessary. However, in the unlikely situation that you want to +target ebay specifically instead of globally targeting all sites, you +can still use this script. + * Get the script - from [[https://greasyfork.org/en/scripts/22749-remove-noscript-mask-on-ebay][Greasy Fork]] |