count-tabs

Count the tabs that a user has open.

Usage no npm install needed!

<script type="module">
  import countTabs from 'https://cdn.skypack.dev/count-tabs';
</script>

README

count-tabs

Count the tabs that a user has open.

License

var tabs = require('..')(function (up) { document.getElementById('tabs_counter').innerText = up })

MIT