summaryrefslogtreecommitdiff
path: root/ar/.local/share/qutebrowser/greasemonkey/google.css.js
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-16 11:39:32 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-16 11:39:32 +0900
commitb15e249d2d9cd503c39b3adede854f08f6fcf5fd (patch)
treef13507bbe02e7ab8ef1ccdc30cf4c5a88050fb51 /ar/.local/share/qutebrowser/greasemonkey/google.css.js
parentcd4ab86d34904aa4b1b39f97da71f21f9e9a0102 (diff)
updates
Diffstat (limited to 'ar/.local/share/qutebrowser/greasemonkey/google.css.js')
-rw-r--r--ar/.local/share/qutebrowser/greasemonkey/google.css.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/ar/.local/share/qutebrowser/greasemonkey/google.css.js b/ar/.local/share/qutebrowser/greasemonkey/google.css.js
new file mode 100644
index 0000000..eea39c2
--- /dev/null
+++ b/ar/.local/share/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;
+ }
+`);