Perhaps this is a stupid question, but for some reason it does not work out. There is such an interesting small and fragile library of miss you: https://github.com/Bahlaouane-Hamza/I-Miss-You (github). The bottom line is that when we leave a tab, the title changes to what we want, for example, to i miss you, and you can also change the icon until the user returns.
I find it intrusive to put this in the normal mode, so I would like to make a delay of at least 30 minutes, but I can't do it in the way I can.
<link rel="shortcut icon" href="favicon.ico"/> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <script src="jquery.iMissYou.js"></script> <script> jQuery(document).ready(function($){ $.iMissYou({ title: "I Miss you !", favicon: { enabled: true, src:'iMissYouFavicon.ico' } }); }); </script>
Save the doll! I beg you!
$.iMissYou();- Anatoly Shevelev