From 07d294425a98ee5d1e22d03e2b24ae2c76e487c0 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 23 Aug 2025 12:42:37 +0900 Subject: updates --- mac/.config/qutebrowser/greasemonkey/google.css.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mac/.config/qutebrowser/greasemonkey/google.css.js (limited to 'mac/.config/qutebrowser/greasemonkey/google.css.js') diff --git a/mac/.config/qutebrowser/greasemonkey/google.css.js b/mac/.config/qutebrowser/greasemonkey/google.css.js new file mode 100644 index 0000000..eea39c2 --- /dev/null +++ b/mac/.config/qutebrowser/greasemonkey/google.css.js @@ -0,0 +1,12 @@ +// ==UserScript== +// @name Google +// @include *://*.google.com/* +// ==/UserScript== + +/* ~/.config/qutebrowser/greasemonkey/google.css.js :: */ + +GM_addStyle(` + #tadsb, #taw, .cu-container { + display: none !important; + } +`); -- cgit v1.2.3