Today I Learned - Rocky Kev

Tagged “extension”

  1. TIL how to build a chrome extension that steals everything

    There's 3 components that will be used - background Service worker, Content script, and popup.

  2. TIL why jpeg vs jpg

    In DOS systems, a filename extension was a different part of the name stored in a different field that can only be 3 characters. You still see this legacy today in Microsoft's .NET software, where most system calls that use the word 'filename' in their name don't really mean the whole filename. They mean just the part without the extension.

See all tags.