// Extract the search query from the DuckDuckGo URL
const url = new URL(tab.url);
const searchQuery = url.searchParams.get('q');
if (searchQuery) {
// Create the Google search URL
const googleUrl = `https://www.google.com/search?q=${encodeURIComponent(searchQuery)}`;
which is identical to what appending !g to a DDG query does
In particular, this unconfirmed but detailed tweet of layoffs by number per position: https://xcancel.com/TheDoomDominion/status/20749017055823998...
The Frankfurt team, which works on the id Tech engine, doesn't appear to be affected at this time: https://xcancel.com/Gabriel77690206/status/20749272107003743...