Pankaj Parashar

Results 4 comments of Pankaj Parashar

> Thanks! I actually don't want to count changes in `location.hash` or `location.search`. I just want to make sure every change in the `location.pathname` is counted. I found the exact...

An alternative could be to host the images on Image CDNs like [Cloudinary](https://cloudinary.com/pricing) (_which offers a generous free tier_), and then dynamically fetch images of different sizes, shapes and formats...

While browsing through the [Firefox Source Docs](https://firefox-source-docs.mozilla.org/devtools-user/browser_toolbox/index.html#debugging-popups), I came across the "Debugging Popups" section, which describes a setting in Firefox that disables popups from auto-hiding during debugging. ![image](https://user-images.githubusercontent.com/38640616/208300949-f78dcae6-6cad-4648-a369-501ab3978433.png) Is there...

That explanation makes sense. The idea of applying this to the #top-layer is sensible, otherwise the browser wouldn't know what's a popup and what's not. Hopefully, this should also encourage...