Bharat Saraswatblog.bharatsaraswat.com·Nov 23, 2023Mastering JavaScript Debugging: A Beginner's Guide to Chrome DevToolsIntroduction JavaScript is a powerful and versatile programming language that plays a crucial role in modern web development. As developers, we often find ourselves grappling with bugs and issues in our code. Fortunately, Chrome DevTools provides a r...DiscussJavaScript
Pratik MaliforThe Tech Deckthetechdeck.hashnode.dev·Nov 18, 2023Browse and Earn: How Web Browsers are Rewarding Users for SurfingThe internet has become an integral part of our daily lives. We rely on it for work, entertainment, communication and more. But what if your everyday web browsing could also provide additional value beyond accessing information? A new breed of web br...DiscussBrave Browser
TheWasmFrontierfor2mindev.hashnode.dev·Nov 13, 2023Add motion to your website right now!CSS-only path-based animations are now a reality in Chrome, thanks to a recent update! This means you can ditch the animation libraries and create smooth, dynamic path animations using CSS alone. CSS Motion Path Move your elements around any path on ...DiscussCSS
TheWasmFrontierfor2mindev.hashnode.dev·Nov 12, 2023The Document Picture-in-Picture API: A New Way to MultitaskWhile using video-sharing apps like YouTube, you've probably come across the picture-in-picture feature, which lets you pop out a video to a separate small window that you can watch while browsing the web. This always-on-top window was previously res...Discusswebdev
jakojako.hashnode.dev·Nov 3, 2023Python을 이용해 Chrome Cookie 가져오기개요 브라우저의 동작을 분석해야 될 때가 간혹 있다. 그중에서 cookie에 무슨 값이 들어있나를 보고 다시 코드 레벨에서 쿠키를 그대로 다뤄야 하는 경우가 종종 발생한다. 그런데 이런 상황을 마주할 때마다 어떤 cookie를 사용하는지 확인하고 이를 코드레벨에서 다시 작성하기 많이 번거롭다는 생각이 든다. 한 두 개라면 몰라도 쿠키에 들어있는 데이터가 너무 많다면 매번 복붙으로 해결하는 것도 한계가 있다. 그러한 이유로 Python을 이용해 ...DiscussChrome
Pratik MaliforThe Tech Deckthetechdeck.hashnode.dev·Nov 3, 2023How to Change Language on a ChromebookOne of the great features of Chromebooks is their language flexibility. Whether you speak multiple languages or bought your Chromebook in another country, switching the display and input languages is quick and simple. This guide will cover the steps ...DiscussChrome OS
Pratik MaliforThe Tech Deckthetechdeck.hashnode.dev·Nov 3, 2023Easily Reinstall ChromeOS on Your Chromebook- A Simple TutorialChromebooks run ChromeOS, Google's fast, simple, and secure operating system designed specifically for Chromebooks. One of the benefits of ChromeOS is how reliable it is compared to Windows or macOS. However issues can still occur that require fully ...DiscussChrome OS
Niccolo Lampathedatalife.hashnode.dev·Oct 10, 2023Building a Next.js Chrome Firefox ExtensionI was looking for a browser extension that can quickly delete history for specific websites. I share my screen too often at work, I accidentally share some personal websites I visited while typing at the browser address bar. Although there are countl...Discuss·2 likes·96 readsNext.js
Mahendra Dewanganmahendradew.hashnode.dev·Sep 29, 2023How to Create Your Own Google Chrome ExtensionIf you're a Google Chrome enthusiast, you've likely explored various browser extensions. But have you ever been curious about building one of your own? In this blog post, I'll guide you through the process of constructing a Chrome extension entirely ...Discuss·12 likes·40 reads#ChromeExtensions
Shivam Kumarsavvyshivam.hashnode.dev·Sep 28, 20233. Unveiling the Power Behind Chrome: The V8 JavaScript EngineWhen you open your web browser and interact with web applications, there's a silent, powerful force at work under the hood—JavaScript engines. These engines are responsible for interpreting and executing the JavaScript code that powers the dynamic fe...Discuss·1 likeNodeJs Complete SeriesChrome