diff options
-rw-r--r-- | remove-noscript-mask-on-ebay.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remove-noscript-mask-on-ebay.js b/remove-noscript-mask-on-ebay.js index 56788d4..9aa45fd 100644 --- a/remove-noscript-mask-on-ebay.js +++ b/remove-noscript-mask-on-ebay.js @@ -13,8 +13,8 @@ // Though you are not legally obliged to do so, I would appreciate it // if you credit me for this work by not removing this notice, and -// hopefully linking to my blog post at -// https://systemreboot.net/post/greasemonkey-user-script-to-remove-noscript-mask-on-ebay +// hopefully linking to this project at +// https://git.systemreboot.net/remove-noscript-mask-on-ebay/about/ var style = document.createElement("style"); style.innerHTML = ".nojs-msk, .nojs-msg { display: none; }"; |