This blog delves into topics at the intersection of technology and computer science. It reflects insights and lessons learned from my experience as a software developer.
In what's app web when you upload some video, it shows that "1 file you tried adding is not supported". This is because the video file you are trying...
A computer file is a resource for recording data on a computer storage device, primarily identified by its filename. Just as words can be written on...
A bookmarklet is a bookmark stored in a web browser that contains JavaScript commands that add new features to the browser. They are stored as the URL...
Fonts configuration on linux is handled using fontconfig (https://en.wikipedia.org/wiki/Fontconfig). It can be used to configure fallback font and...
Userscripts are uses to run javascript on top of a website to automate some repetitive task or add or remove elements, and many other tasks like web...
Use developer tools to locate the canvas you want to download. Get it's id attribute, in my case it was pdfCanvas. Now enter this function in...