From 8c53fd795b28ff9060103aa096ef9cc0309eb824 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Tue, 23 Jul 2013 20:45:16 -0500 Subject: [PATCH] gmail: Initial commit (remove ads) --- gmail.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 gmail.css diff --git a/gmail.css b/gmail.css new file mode 100644 index 0000000..569cf00 --- /dev/null +++ b/gmail.css @@ -0,0 +1,6 @@ +@namespace url(http://www.w3.org/1999/xhtml); +@-moz-document url-prefix("https://mail.google.com/mail/"){ + +.mq { display: none !important; } + +} -- 2.43.0