Popular recipes tagged "localstorage"http://code.activestate.com/recipes/tags/localstorage/2011-08-23T13:41:49-07:00ActiveState Code RecipesUpdate Google Chrome localstorage file for version compatibility (Python) 2011-08-23T13:41:49-07:00Russellhttp://code.activestate.com/recipes/users/4173357/http://code.activestate.com/recipes/577855-update-google-chrome-localstorage-file-for-version/ <p style="color: grey"> Python recipe 577855 by <a href="/recipes/users/4173357/">Russell</a> (<a href="/recipes/tags/chrome/">chrome</a>, <a href="/recipes/tags/chromium/">chromium</a>, <a href="/recipes/tags/localstorage/">localstorage</a>). </p> <p>Google chrome changes the way key/value stores in localstorage file during upgrading from 11 to 15. This breaks data of many websites and extensions which depends on localstorage. This script upgrade the old localstorage data to make them work again.</p>