Tagged articles
144 articles
Page 2 of 2
Programmer DD
Programmer DD
Jan 1, 2021 · Frontend Development

How I Hacked Chrome’s Dino Game: Uncovering Hidden Global Variables

During a weekend browsing session, I discovered Chrome's offline Dino game, inspected its global JavaScript objects, filtered out native properties using a fresh window, identified the Runner constructor, and manipulated its methods to control the dinosaur's behavior—all without altering the source code.

ChromeDino GameJavaScript
0 likes · 6 min read
How I Hacked Chrome’s Dino Game: Uncovering Hidden Global Variables
Alibaba Terminal Technology
Alibaba Terminal Technology
Nov 27, 2020 · Frontend Development

What Chrome 87 Brings: Major Performance Boosts and New Web APIs

Chrome 87 (M87) introduced a suite of performance‑focused enhancements and new web APIs—including tag throttling, occlusion tracking, forward/back cache, WebAuthn debugging, camera PTZ control, range‑request support in service workers, and a font‑access API—significantly improving browser efficiency and developer capabilities.

Camera PTZChromeFont Access
0 likes · 8 min read
What Chrome 87 Brings: Major Performance Boosts and New Web APIs
macrozheng
macrozheng
Nov 18, 2020 · Frontend Development

8 Chrome Extensions to Supercharge Your GitHub Workflow

Discover eight Chrome extensions that streamline GitHub navigation, enable single‑file downloads, accelerate cloning, enhance search, add file icons, beautify contribution graphs, and improve Markdown navigation, dramatically reducing repetitive actions and boosting developer productivity.

ChromeExtensionsGitHub
0 likes · 6 min read
8 Chrome Extensions to Supercharge Your GitHub Workflow
Laravel Tech Community
Laravel Tech Community
Jul 16, 2020 · Frontend Development

Chrome 84 Release Highlights: App Icon Shortcuts, Web Animations API, Wake Lock, Content Indexing, Idle Detection, and WebAssembly SIMD

Chrome 84 was officially released with a focus on developer‑oriented updates, introducing App Icon Shortcuts, expanded Web Animations API support, Wake Lock and Content Indexing APIs, experimental Idle Detection and WebAssembly SIMD features, as well as continued SameSite cookie policy refinements.

ChromeIdle DetectionWeb APIs
0 likes · 4 min read
Chrome 84 Release Highlights: App Icon Shortcuts, Web Animations API, Wake Lock, Content Indexing, Idle Detection, and WebAssembly SIMD
21CTO
21CTO
Jun 17, 2020 · Frontend Development

Why Chrome Is Hiding Full URLs and What It Means for Users

Google is rolling out a new feature in Chrome that hides the full URL path, showing only the domain by default and revealing the complete address only when the user hovers over the address bar, a move aimed at improving ergonomics and security perception.

Browser UIChromeURL
0 likes · 3 min read
Why Chrome Is Hiding Full URLs and What It Means for Users
21CTO
21CTO
May 24, 2020 · Frontend Development

What’s New in Chrome 83? Trusted Types, Form Controls, and Security Enhancements

Chrome 83’s stable release brings major updates for developers, including Trusted Types to mitigate XSS, revamped form controls, new cross‑origin isolation headers, performance.memory measurement APIs, a native file system with writable streams, and a suite of privacy, security, and UI enhancements.

ChromeCross-Origin IsolationNative File System
0 likes · 8 min read
What’s New in Chrome 83? Trusted Types, Form Controls, and Security Enhancements
ITPUB
ITPUB
Mar 31, 2020 · Frontend Development

Unlock Hidden Chrome Features: A Step‑by‑Step Guide to Chrome Flags

This guide shows how to access Chrome’s experimental flags to enable useful features such as webpage thumbnails, media controls, tab freezing, parallel downloading, and tab grouping, providing the exact flag URLs, configuration steps, and notes on version compatibility.

BrowserChromeExperimental Features
0 likes · 5 min read
Unlock Hidden Chrome Features: A Step‑by‑Step Guide to Chrome Flags
Programmer DD
Programmer DD
Dec 31, 2019 · Frontend Development

Why Your WeChat Articles Turn Dark and How to Force Light Mode in Chrome

This article explains why WeChat articles may appear with a black background due to macOS dark mode and the CSS prefers‑color‑scheme media feature, and provides two practical solutions—command‑line tweaks for Chrome and a lightweight app—to restore the original light appearance.

CSSChromeDark Mode
0 likes · 5 min read
Why Your WeChat Articles Turn Dark and How to Force Light Mode in Chrome
21CTO
21CTO
Jul 22, 2019 · Product Management

How Sundar Pichai Turned a Tiny Toolbar into Chrome and Became Google CEO

This article chronicles Sundar Pichai's rise from a modest upbringing in Chennai to leading Google, detailing his early product‑manager role on the Google Toolbar, the strategic launch of Chrome, his ascent to senior executive positions, and the complex challenges he now faces as CEO.

ChromeGoogleSundar Pichai
0 likes · 14 min read
How Sundar Pichai Turned a Tiny Toolbar into Chrome and Became Google CEO
Python Crawling & Data Mining
Python Crawling & Data Mining
May 22, 2019 · Backend Development

10 Essential Tools Every Python Web Scraper Should Use

Discover the ten indispensable tools—from Chrome and Charles to cURL, Postman, and JSON editors—that streamline Python web scraping, help analyze target sites, bypass anti-scraping measures, and boost efficiency for both beginners and advanced developers.

ChromePostmanPython
0 likes · 8 min read
10 Essential Tools Every Python Web Scraper Should Use
CSS Magic
CSS Magic
Dec 27, 2018 · Frontend Development

Season 2, Episode 1: Quick CSS Q&A and Front‑End Career Tips

This episode of the Quick Q&A column answers common CSS questions—such as element‑specific property limits, the hyphens property, and Chrome’s minimum‑font‑size effect on rem units—while also offering practical career advice for aspiring front‑end developers.

CSSChromerem
0 likes · 7 min read
Season 2, Episode 1: Quick CSS Q&A and Front‑End Career Tips
UC Tech Team
UC Tech Team
Oct 30, 2018 · Frontend Development

Enabling WebAssembly Threads with Pthreads in Chrome via Origin Trials

This article explains how to compile C/C++ code to WebAssembly with pthread support, run multithreaded WebAssembly modules in Chrome using Origin Trials, and provides step‑by‑step instructions, example code, and configuration details for developers.

ChromeEmscriptenThreads
0 likes · 8 min read
Enabling WebAssembly Threads with Pthreads in Chrome via Origin Trials
UC Tech Team
UC Tech Team
Oct 16, 2018 · Frontend Development

Highlights of V8 7.0 Release: Embedded Built‑ins, WebAssembly Threads, New JavaScript Features, and API Changes

V8 7.0, released on October 15, introduces memory‑saving Embedded built‑ins across platforms, preview support for WebAssembly threads via chrome://flags, new JavaScript features such as Symbol.prototype.description and a stable Array.prototype.sort using TimSort, plus API changes accessible through git logs and checkout commands.

ChromeEmbedded BuiltinsJavaScript
0 likes · 5 min read
Highlights of V8 7.0 Release: Embedded Built‑ins, WebAssembly Threads, New JavaScript Features, and API Changes
AutoHome Frontend
AutoHome Frontend
Oct 15, 2018 · Frontend Development

Inside Chrome: How Multi‑Process Architecture Powers Fast Rendering

This multi‑part article explains Chrome’s low‑level architecture—from CPU/GPU fundamentals and its multi‑process model to the step‑by‑step navigation flow, the rendering pipeline, and how the compositor processes input events—providing developers with a deep understanding of browser performance and best‑practice optimizations.

Browser ArchitectureChromeRendering Pipeline
0 likes · 36 min read
Inside Chrome: How Multi‑Process Architecture Powers Fast Rendering
21CTO
21CTO
Sep 24, 2018 · Frontend Development

Master Chrome Console: Essential Debugging Techniques and Commands

This guide walks through Chrome's console features—including basic output methods, formatted and styled logs, DOM and object inspection, grouped messages, performance profiling, timing, assertions, and useful shortcuts—providing practical examples and tips for effective front‑end debugging.

ChromeDebuggingconsole
0 likes · 9 min read
Master Chrome Console: Essential Debugging Techniques and Commands
UC Tech Team
UC Tech Team
Sep 20, 2018 · Fundamentals

A Decade of V8: Milestones, Performance Evolution, and Future Outlook

This article chronicles the ten‑year history of Google’s V8 JavaScript engine—from its secretive beginnings and open‑source launch to major performance improvements, benchmark trends, security challenges, and its expanding role in browsers, Node.js, and WebAssembly—highlighting key milestones and future directions.

ChromeEngine EvolutionJavaScript Engine
0 likes · 13 min read
A Decade of V8: Milestones, Performance Evolution, and Future Outlook
21CTO
21CTO
Sep 8, 2018 · Information Security

Why Google Wants to Ditch Traditional URLs – The Security and Usability Battle

Google is exploring a radical overhaul of URLs to improve readability, mobile usability, and security, citing issues with long, obfuscated links that hinder user trust and enable phishing, while Chrome engineers discuss potential UI changes and the challenges of transforming this decades‑old web standard.

ChromeGoogleURL redesign
0 likes · 7 min read
Why Google Wants to Ditch Traditional URLs – The Security and Usability Battle
Tencent Cloud Developer
Tencent Cloud Developer
Apr 19, 2018 · Information Security

How Microsoft’s Edge Anti‑Phishing Tech Boosts Chrome’s Security

Microsoft released a Chrome extension called Windows Defender Browser Protection that ports Edge’s SmartScreen anti‑phishing technology to Chrome, showing red warning pages for malicious links and reportedly achieving a 99% phishing detection rate compared with Chrome’s 87% in NSS Labs tests.

Anti‑phishingBrowser SecurityChrome
0 likes · 3 min read
How Microsoft’s Edge Anti‑Phishing Tech Boosts Chrome’s Security
Java Backend Technology
Java Backend Technology
Feb 23, 2018 · Frontend Development

How Chrome Teams and Web Developers Can Co‑Create a Faster, Safer Web

The article explores the collaborative relationship between Chrome teams and the web development community, outlining high‑level goals for accessibility, performance, security, privacy, overall platform openness, and calls for transparent cooperation, best‑practice guides, and shared tools to build a faster, more reliable web for everyone.

ChromeSecurityWeb Development
0 likes · 11 min read
How Chrome Teams and Web Developers Can Co‑Create a Faster, Safer Web
Architecture Digest
Architecture Digest
Feb 8, 2018 · Backend Development

High‑Performance Networking in Google Chrome: Architecture and Optimizations

The article explains Chrome's guiding principles, multi‑process architecture, network request lifecycle, and a suite of performance optimizations—including DNS pre‑fetch, TCP pre‑connect, caching strategies, and predictive pre‑rendering—that together reduce latency and make the browser faster as users continue to browse.

CacheChromeDNS
0 likes · 33 min read
High‑Performance Networking in Google Chrome: Architecture and Optimizations
Node Underground
Node Underground
May 3, 2017 · Frontend Development

Master Headless Chrome: Run, Capture, and Export Pages from the CLI

Headless mode provides a GUI‑less browser environment that includes the full rendering engine and JavaScript engine, enabling developers to launch Chrome via the command line for tasks such as launching without UI, dumping the DOM, generating PDFs, and taking screenshots, useful for testing, automation, and scraping.

AutomationChromeheadless
0 likes · 3 min read
Master Headless Chrome: Run, Capture, and Export Pages from the CLI
ITPUB
ITPUB
Sep 2, 2016 · Information Security

How Attackers Fake Chrome’s Address Bar to Trick Users in Full‑Screen Phishing

The article explains a new Chrome‑targeted phishing method that uses fullscreen mode and a carefully placed JPEG image to mimic the browser’s address bar and pop‑up dialogs, detailing the technique, visual cues, and security implications for users and researchers.

Browser SecurityChromefull-screen attack
0 likes · 8 min read
How Attackers Fake Chrome’s Address Bar to Trick Users in Full‑Screen Phishing
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Aug 18, 2016 · Information Security

Why Chrome Flags Your HTTPS Site Red and How to Fix It

This article explains Chrome's green‑yellow‑red HTTPS indicators, the pitfalls of SHA‑1 certificates, mixed‑content warnings, AES key size choices, and provides concrete Nginx configuration snippets to upgrade to SHA‑2 and modern cipher suites.

ChromeHTTPSSHA2
0 likes · 8 min read
Why Chrome Flags Your HTTPS Site Red and How to Fix It
Qunar Tech Salon
Qunar Tech Salon
Jul 19, 2016 · Fundamentals

High‑Performance Networking in Google Chrome: Architecture and Optimizations

The article explains how Google Chrome’s multi‑process architecture, asynchronous network stack, predictive optimizations such as DNS pre‑resolution, TCP pre‑connect, resource pre‑fetch, caching strategies, and mobile adaptations work together to reduce latency and deliver faster, more reliable web experiences.

ChromeDNS Pre‑resolutionMulti‑process Architecture
0 likes · 36 min read
High‑Performance Networking in Google Chrome: Architecture and Optimizations
ITPUB
ITPUB
Nov 7, 2015 · Fundamentals

10 Hidden Chrome Tricks Every Power User Should Know

Discover ten lesser‑known Chrome features—from searching a site’s internal pages directly from the address bar to using the address bar as a calculator, unit converter, and quick access to hidden chrome:// pages—each explained with step‑by‑step instructions and screenshots.

Browser TipsChromeWeb
0 likes · 5 min read
10 Hidden Chrome Tricks Every Power User Should Know
ITPUB
ITPUB
Nov 7, 2015 · Frontend Development

10 Hidden Chrome Tricks Every Power User Should Know

Discover ten lesser‑known Chrome features—from searching site‑specific content directly in the address bar to using the address bar as a calculator, unit converter, and quick access to hidden pages—each explained with step‑by‑step instructions and visual guides.

Browser TipsChromeWeb Tools
0 likes · 5 min read
10 Hidden Chrome Tricks Every Power User Should Know
Baidu Tech Salon
Baidu Tech Salon
Jun 17, 2014 · Frontend Development

How SIMD Can Supercharge JavaScript Performance Across Browsers

JavaScript’s role in web performance is critical, and Intel’s new SIMD APIs—now being integrated into Chrome and Firefox—enable cross‑platform, plugin‑free acceleration that can boost script execution by 3‑10× on both x86 and ARM CPUs, as demonstrated on multiple hardware platforms.

Browser PerformanceChromeFirefox
0 likes · 4 min read
How SIMD Can Supercharge JavaScript Performance Across Browsers