From bcc7378d30fadaddf97bb46a6be83e2d0ef35a19 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 15 Nov 2016 01:41:05 +0530 Subject: Change attribution link * remove-noscript-mask-on-ebay.js: Change attribution link to the new cgit "about" page --- remove-noscript-mask-on-ebay.js | 4 ++-- 1 file 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; }"; -- cgit v1.2.3