An open API service indexing awesome lists of open source software.

https://github.com/cryptoc1/tabber

A POC for using localStorage to track active/open tabs
https://github.com/cryptoc1/tabber

Last synced: 10 months ago
JSON representation

A POC for using localStorage to track active/open tabs

Awesome Lists containing this project

README

          

# Tabber
Tabber is a small script POC for tracking how many tabs a user has open.

## How it works
Tabber uses localStorage with a little bit of help from StorageEvent and BeforeUnloadEvent.
Because localStorage exists across hosts, Tabber can track each time the webpage is loaded.