README
count-tabs
Count the tabs that a user has open.
License
var tabs = require('..')(function (up) { document.getElementById('tabs_counter').innerText = up })
MIT
Count the tabs that a user has open.
<script type="module">
import countTabs from 'https://cdn.skypack.dev/count-tabs';
</script>
Count the tabs that a user has open.
var tabs = require('..')(function (up) { document.getElementById('tabs_counter').innerText = up })
MIT