diff options
author | Arun Isaac | 2016-11-15 01:41:05 +0530 |
---|---|---|
committer | Arun Isaac | 2016-11-15 01:41:05 +0530 |
commit | bcc7378d30fadaddf97bb46a6be83e2d0ef35a19 (patch) | |
tree | 19bf0dc65a11900a5f39401d028fa140a35f63ca | |
parent | c4a20eb3bf2e2b8b955667022cbe65cd8c6e470a (diff) | |
download | remove-noscript-mask-on-ebay-bcc7378d30fadaddf97bb46a6be83e2d0ef35a19.tar.gz remove-noscript-mask-on-ebay-bcc7378d30fadaddf97bb46a6be83e2d0ef35a19.tar.lz remove-noscript-mask-on-ebay-bcc7378d30fadaddf97bb46a6be83e2d0ef35a19.zip |
Change attribution link
* remove-noscript-mask-on-ebay.js: Change attribution link to the new
cgit "about" page
-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; }"; |