Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 1.11 KB

README.md

File metadata and controls

18 lines (9 loc) · 1.11 KB

Chrome Sessions

Chrome saves your current session as well as your last session in the User Data folder

With these bat scripts you can copy those sessions into here to back them up, as well as restore the current or older session that you have saved

copy_to_here.bat copies the Session_* and Tabs_* files into this folder, and moves previous versions into the "old" and "older" folder, so there's a few versions saved

You can use "restore_newest_from_here.bat" and it will restore the newest session from that folder

I haven't update the demo video, but it should be basically the same, except now there is no "restore_last.bat" script, but to restore previous sessions you can run "restore_from_here.bat" from the "/old" and "/older" folders

demo

Multiple Chrome Profiles

To use the script on multiple profiles, I have a copy of this whole folder for each Chrome profile that I want to use it on. Then, in each of the folders I edit the paths in the batch files to match the path of the profile. (The current path matches the Default Profile)