You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chromium changed to Blink, and Firefox changed to Gecko
Added BlinkGrabber and GeckoGrabber which replace ChromeGrabber and FirefoxGrabber
Added Firefox Login Decryption
Added GrabberException which replaces CookieDatabaseNotFoundException, LoginDatabaseNotFoundException, and LocalStateNotFoundException
Improvements
Fixed the bug where you couldn't call the Method GetAllChromiumCookies() with the UniversalGrabber without it throwing an exception when at least one of the Browsers was not installed (same thing goes for GetAllChromiumLogins() and their Get-By equvalents)
Moved the documentation from Readme.md to the Github Wiki
Added support for mutliple Profiles on gecko based browsers like Firefox