Skip to content

newhope/live.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

live.js

live.js fork with PrefixFree support.

Usage

Put live.js in your js directory and add this in <head>:

<script>
window.onload = function(){
	var script = document.createElement('script');
	script.src = "js/live.js";
	document.querySelector('head').appendChild(script);
};
</script>

Bookmarklet

Copy and past in new bookmark URL:

javascript:(function(script){script.setAttribute('src','https://github.com/newhope/live.js/raw/master/live.js');var head=document.querySelector('head').appendChild(script);})(document.createElement('script'));

About

Live.js fork with support PrefixFree

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published