From 13cec84e85aae19d7e9dfa46001a3b6263430c70 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Fri, 19 Jul 2013 16:27:17 -0400 Subject: [PATCH] Corrected url of 'live' bookmarklet --- LazyFormFuzz-live.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LazyFormFuzz-live.js b/LazyFormFuzz-live.js index 3290e0e..467ed9d 100644 --- a/LazyFormFuzz-live.js +++ b/LazyFormFuzz-live.js @@ -1 +1 @@ -javascript:(function(b){var a=document.createElement("script");a.src="//github.timshomepage.net/LazyFormFuzz/LazyFormFuzz.js";a.async=!1;document.getElementsByTagName("head")[0].appendChild(a)})(); \ No newline at end of file +javascript:(function(b){var a=document.createElement("script");a.src="//github.com/aviat4ion/LazyFormFuzz/blob/master/LazyFormFuzz.js";a.async=!1;document.getElementsByTagName("head")[0].appendChild(a)})(); \ No newline at end of file