Skip to content

Instantly share code, notes, and snippets.

View ZaLiTHkA's full-sized avatar

Andre Greeff ZaLiTHkA

  • KZN, South Africa
View GitHub Profile
@ZaLiTHkA
ZaLiTHkA / README.md
Created December 2, 2025 06:14
how to avoid AI summaries in address bar Google search for Chrome browsers
  1. copy the initial Google search URL, which contains the following as of writing this:
{google:baseURL}search?q=%s&udm=14&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:language}{google:prefetchSource}{google:searchClient}{google:sourceId}{google:contextualSearchVersion}ie={inputEncoding}
  1. add the udm query param key with a value of 14, explicitly selecting the "Web" category, now hidden under the "More" menu in Google's WEB SEARCH.

the final custom search URL:

@ZaLiTHkA
ZaLiTHkA / jb_wrapper_fix.sh
Last active June 19, 2026 07:32
this file should be sourced into your current environment through something like `~/.bashrc` or `~/.zshrc`, specifically after your IDE launcher scripts have been added to `PATH`.
# Related YouTrack issues:
# TBX-4599: https://youtrack.jetbrains.com/issue/TBX-4599
# TBX-12190: https://youtrack.jetbrains.com/issue/TBX-12190
# Force JetBrains IDE launchers to detach from the terminal and respect the current directory, regardless of install method (Toolbox or Homebrew) or OS (Linux or macOS).
function jb_detach {
emulate -L zsh
local launcher=$1; shift
# Absolutize any argument that names an existing path, so launchers that go through `open`/LaunchServices (which ignore cwd) still open the right thing.
local -a args; local a