funtabify v1.0
A javascript library to change page title (text visible on tab) when user switches tab of a browser.
Requirement
Usage
- Download Minified Funtabify Library
- Include it at the end of your webpage before closing body tag:
<script src="<path-to-funatbify.min.js"></script>
<script>new funtabify("<Text-to-display-on-tab-switch>");</script>