Welcome to the Power Users community on Codidact!
Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.
Find and close last opened tab in Safari
Finding and opening the last open tab in Safari, is usually straightforward; just look in the user interface. However, that's not an option, because every time the browser is started, it opens every previous window and tab, and begins loading up infinite memory, 150+ GBs, until the system runs out. The quick solution would be to find the caches and delete them all. Although, I want to keep my tabs.
The infinite memory bug is usually a result of clicking on the tab overview; that makes the browser attempt to load in every tab and display them. A quick restart brings the browser back to its previous state. This time, however, the issue started occuring as I opened some webpage. Thus I hope that by deleting that webpage from Safari's cached open pages, I can restore the browser to its previous, working, state.
Where do I find this cache, and how do I navigate it? I have found these files:
/Users/<current>/Library/Saved Application State/com.apple.Safari.savedState
- data.data
- windows.plist
The property list file seems to contain a list of the application's last known window and tab state, amongst other unknown data. If this is the right place to go, how do I locate the offending tab/webpage and delete it from the entry without causing more issues?
0 comment threads