Fix incorrect url for live bookmarklet

This commit is contained in:
Timothy Warren 2013-07-23 08:36:28 -04:00
parent df1cadc250
commit 64a27fd8ed
1 changed files with 1 additions and 1 deletions

View File

@ -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)})();
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)})();