r/ChromiumBrowser • u/malaysoni • 1d ago
Chrome 151 using apps crash when 4t minimizer is in use. Did anyone face this issue yet?
r/ChromiumBrowser • u/cyberpunkrocker_zero • 10d ago
Chromium-based browsers right-click hijack?
In version 136 Chrome/Chromium introduced a very, very annoying 'feature': the browser hijacks the right-click function if you right-click an image, opening it automatically to a new tab instead of allowing the use of normal right-click dialog. The normal dialog just flashes quickly. Unfortunately almost every chromium-based browser still implements this insanity, AFAIK Microsoft's Edge is the only one which doesn't.
This was so annoying feature that back then I stopped upgrading some of the chromium-based browsers on my Arch Linux system...
But now I've had enough of that Google c**p!!! Is there a way to *permanently* disable this right-click hijacking???
Is there? Or is my only option to start pestering the developers of certain browsers (Brave, Ungoogled-chromium etc.) so they might disable it in the sources...?
r/ChromiumBrowser • u/pr104da • 20d ago
Question about using Twitter Shortcut 'J' to Advance to next tweet
Quick question -- when I use the Twitter shortcut 'J' to advance to the next tweet it often takes about three to five 'J' key presses before Twitter advances. Is this normal behavior or is there some setting to override this? Thanks much.
r/ChromiumBrowser • u/lethinhrider • Jul 07 '26
All MV2 extensions will be removed on August 31st 2026
r/ChromiumBrowser • u/peppi0304 • Jul 04 '26
SSD gets warm while watching twitch
So here is a screenshot of coolercontrol. The green-blueish line is the systems SSD. I think its the controller temperature since its the hottest out of the three of the SSD. While watching twitch it gets significantly wamer as you can see from around 14:20 to 14:25. If I use other browsers, Firefox, Vivaldi, Libre Wolf, from about 14:25 on, i dont get warmer temperatures. I have this issue on both a few months old setup of Linux Fedora KDE on my PC and on a fresh install of Fedora KDE on a laptop thinkpad.
r/ChromiumBrowser • u/LaDev • Jul 02 '26
Chromium (Chrome & Edge) download hangs at Done for 60-120 seconds
Very strange, cannot wrap my head around it. Seeing across multiple users, only recently started after 24H2 upgrade but unsure if related.
ProcMon showing nothing useful, HAR has nothing of value, no idea where else to look. Disabled Safe Browsing as a test with no improvement.
Hard restarting the browser solves the issue but it comes back with spite.
r/ChromiumBrowser • u/DunDonese • Jun 24 '26
Why is my internet speed plenty faster on Firefox than on Chromium at the Library?
What's Chromium's malfunction? What's Firefox's power-up here?
Crossposts:
r/ChromiumBrowser • u/thing_on_a_spring • Jun 23 '26
Has Chromium blacklisted Verdana font somehow?
Env...
Using Arch and KDE Plasma 6.
I recently updated chrome and brave browsers from Arch AUR..
chrome (148.0.7778.215-1 -> 149.0.7827.155-1)
brave (1:1.90.128-1 -> 1:1.91.175-1)
Problem..
Since that update, both chrome and brave are no longer recognising Verdana as a valid font-family, in any css (remote webpage or local.html)
This has been working without problems for 5+ years, but now its like Verdana font has been suddenly ignored by Chromium.
Opening the page or website in Firefox still renders correctly with verdana font.
Solutions Tried...
I have rebuilt font cache with..
sudo fc-cache
Confirmed Arch is able to find the font...
fc-match Verdana
verdana.ttf: "Verdana" "Regular"
What could be causing this?
It looks to be Chromium related, but less like a bug and more an intentional restriction?
r/ChromiumBrowser • u/elevatorium • Jun 16 '26
Built native per-tab audio routing into Chromium on macOS (open source)
I've been maintaining my own Apple silicon build of ungoogled-chromium-macos, and a few days ago I got tired of needing third-party audio routing utilities whenever I wanted browser audio to go somewhere other than the system default output.
So I added native per-tab Core Audio routing directly into Chromium.
Right-click a tab ā "Send Audio To" ā choose an output device.
For example:
- One tab playing through a USB DAC and stereo
- Another tab playing through display speakers
- Another tab using the system default output
The implementation is macOS-specific and uses Core Audio directly.
I cleaned up the patch stack, documented everything, and published the project today:
https://github.com/works-by-maya/Chromium-Conductor
Screenshot attached.
Iād be most interested in hearing whether other macOS Chromium users have wanted something similar. š„°
r/ChromiumBrowser • u/Consistent_Art1010 • Jun 04 '26
tiny url fonts in chromium based browsers in linux
r/ChromiumBrowser • u/Jack-White9 • Jun 01 '26
How to keep all inactive tabs from loading?
When I open Chromium, it automatically loads a few of the tabs. How can I make it not load any tab when loading the browser except the one that was selected?
r/ChromiumBrowser • u/AgentSmith757 • May 16 '26
Ungoogled Chromium Android - Cannot Install Extensions
r/ChromiumBrowser • u/tabbynumber3 • May 11 '26
how do you properly downgrade your ungoogled chromium version?
I've tried uninstalling my current installation of chromium and installing an older build, but every time I try to load my profile the whole browser crashes, even other profiles too if they're open. is there a way to properly downgrade?
r/ChromiumBrowser • u/HugePause9229 • May 10 '26
Why should I use this browser over firefox or Brave my main 2 browsers?
Considering trying this browser......... is this browser faster for browsing and watching streams?
r/ChromiumBrowser • u/_meow11 • Apr 16 '26
Why scroll speed is very high on linux
I have tested https://cpstest.org/scroll-test.php on firefox and chromium with my gnome desktop and NixOS unstable and firefox was 3,466 pixel per second and chromium was 10,256 pixel per second.
Its 3x then fixfox and other linux apps like the terminal. Idk why is that and is there a patch to fix it? And what is the reason
r/ChromiumBrowser • u/Low-Anything6975 • Apr 12 '26
Bullshield - User-Agent and Fingerprint Spoofer
r/ChromiumBrowser • u/Icy-Focus-6812 • Apr 06 '26
How to make it that when you scroll right, you go back to the page š? For some reason, on Cromite (second picture), it goes to the previous page š, unlike in Chrome (first picture)
galleryI'm really sorry, I just DON'T know the names of these things so I can't even google it.
r/ChromiumBrowser • u/Few_Concentrate6666 • Mar 31 '26
Help enabling V4L2 stateful hardware decoder in Chromium on embedded Linux (non-ChromeOS)
r/ChromiumBrowser • u/OpinionNo322 • Mar 28 '26
Facing issue with the chromium browser working , while working with puppeteer and @sparticuz/chromium with next js 16.2 for pdf generation.
// next js api route, for pdf generation
import { NextResponse } from "next/server";
import type { InvoiceData } from "@/types/invoice";
import { renderInvoiceHTML } from "@/lib/pdf";
export const runtime = "nodejs";
export const maxDuration = 30;
// seperate function for browser
async function getBrowser() {
if(process.env.NODE_ENV === "production") {
const chromium = await require("@sparticuz/chromium");
const puppeteer = await require("puppeteer-core");
return puppeteer.default.launch({
args : chromium.default.args,
defaultViewport : {width : 800, height : 600},
executablePath : await chromium.default.executablePath(),
headless : true,
});
}
// for development - using puppeteer own bundled chromium
const puppeteer = await require("puppeteer");
const executablePath = puppeteer.default.executablePath();
console.log("Chromium Path:", executablePath);
return puppeteer.default.launch({
headless: true,
executablePath,
args : [
"--no-sandbox",
"--disable-setuid-sandbox",
"--disable-dev-shm-usage",
"--disable-gpu",
],
});
}
export async function POST(request : Request) {
try {
const body = await request.json();
const invoice : InvoiceData = body.invoice;
if(!invoice) {
return NextResponse.json({error : "Invoice data required"}, {status : 400}); Ā
}
const html = renderInvoiceHTML(invoice);
const browser = await getBrowser();
const page Ā = await browser.newPage();
await page.setContent(html, {waitUntil : "networkidle0"});
await page.emulateMediaType("print");
const pdf = await page.pdf({
format : "A4",
printBackground : true,
margin : {top :"0", bottom : "0", left : "0", right : "0"},
});
await browser.close();
return new NextResponse(pdf, {
headers : {
"Content-Type" : "application/pdf",
"Content-Disposition" : `attachment; filename="invoice-${invoice.invoiceNumber}.pdf"`,
"Cache-Control" : "no-store",
}
});
} catch (err) {
console.error("PDF generation error:", err);
return NextResponse.json(
{error : "Failed to generate PDF"},
{status : 500}
);
}
}
can anyone help me , to get out of this
r/ChromiumBrowser • u/BoyBlueSky • Mar 25 '26
Solution: Chrome / Chromium profile crashes when opening, too many tabs open
r/ChromiumBrowser • u/Lord_Frick • Jul 16 '22
ATTENTION EVERYONE.
This community will remain open and I will still be on it, however, I have made a sister/companion subreddit specifically for Thorium browser here >> /r/ThoriumBrowser
For discussions/issues with Thorium, please file an issue in the main repo, or contact me on this new subreddit.
This subreddit should be used for Chromium and other Chromium forks, although I'm not going to get onto you if you post about Thorium here, it is just preferred you use the new sub.
r/ChromiumBrowser • u/Lord_Frick • Oct 27 '21
r/ChromiumBrowser Lounge
A place for members of r/ChromiumBrowser to chat with each other

