'; return $output; } $js_lib = file_get_contents("src/randexp.min.js"); $js = file_get_contents("src/LazyFormFuzz-src.js"); $lff = google_min($js); $new_file = "javascript:{$js_lib};{$lff}"; file_put_contents("LazyFormFuzz.js", $new_file); echo "Bookmarklet created\n";