MoistCoder / CockyGrabber

C# library for the collection of browser information such as cookies, logins, bookmarks and more
MIT License
144 stars 31 forks source link

Bug Fix & Inproofed Docs #36

Closed commajon closed 2 years ago

commajon commented 2 years ago

ToDo: Check each Default and Profile

MoistCoder commented 2 years ago

Fixed Chrome Profile (now he check for Default or Profile 1)

I don't see that as an improvement because of the fact that you can create unlimited profiles, so just being able to grab information from "Profile 1" and "Default" is not enough. That's an unnecessary addition.

Fixed Bug: Unable to load DLL SQLite.Interop.dll

You just added an obvious explanation/fix to an obvious problem in the documentation. It's not even a bug; people are just too stupid to read CockyGrabber's documentation. If they didn't read the first section of the documentation, which consists of two sentences and one code block, then they would probably not read the "Know Error" section. You didn't fix anything. You just added some unnecessary if-else statements (from which you could've removed the elses), one unnecessary space, one unnecessary newline, and a few words in the documentation. The only actual good thing you did is to mention Costura.Fody.

P.S.: Please learn English before trying to speak/write in it.

MoistCoder commented 2 years ago

Closed because of inactivity