How YouTube store user data when logout-ed

Viewed 36

How YouTube store user data like recommendations? I'm not logged in, Tried removing localStorage, cookie, cache.

2 Answers

You may not remove the cookies properly. Try to install a plugins called Cookie AutoDelet for your browser.

F12 -> Application -> Storage -> Clear site data

Make sure that the following options are checked:

  • including third-party cookies
  • Unregister service workers
  • local and session storage
  • Indexed DB
  • Web SQL
  • Cookies
  • Cache sotrage
Related