From 64a27fd8edeb90967f8e5cfc70f3d752d29c9298 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Tue, 23 Jul 2013 08:36:28 -0400 Subject: [PATCH] Fix incorrect url for live bookmarklet --- LazyFormFuzz-live.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LazyFormFuzz-live.js b/LazyFormFuzz-live.js index 467ed9d..1285217 100644 --- a/LazyFormFuzz-live.js +++ b/LazyFormFuzz-live.js @@ -1 +1 @@ -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 +javascript:(function(b){var a=document.createElement("script");a.src="https://raw.github.com/aviat4ion/LazyFormFuzz/master/LazyFormFuzz.js";a.async=!1;document.getElementsByTagName("head")[0].appendChild(a)})(); \ No newline at end of file