cacoe Posted September 15, 2011 Share Posted September 15, 2011 Any ideas about removing this area from gmail and collapsing the column? I love the new multi column labs option but this little bugger takes up loads of space. Link to comment Share on other sites More sharing options...
0 Singh400 Posted September 15, 2011 Share Posted September 15, 2011 I don't have that on my Gmail. I think it might be there if you have Google voice enabled or something similar. Link to comment Share on other sites More sharing options...
0 cacoe Posted September 15, 2011 Author Share Posted September 15, 2011 I don't have that on my Gmail. I think it might be there if you have Google voice enabled or something similar. The whole thing? I just disabled voice calls with google chat and it's still there Link to comment Share on other sites More sharing options...
0 Singh400 Posted September 15, 2011 Share Posted September 15, 2011 The whole thing? I just disabled voice calls with google chat and it's still there Those are my settings. No idea why it says US, I'm in the UK :\ Maybe it's my theme or something? Link to comment Share on other sites More sharing options...
0 cacoe Posted September 16, 2011 Author Share Posted September 16, 2011 I have the exact same settings so it must be some other option :/ Link to comment Share on other sites More sharing options...
0 +Heartripper Subscriber¹ Posted September 16, 2011 Subscriber¹ Share Posted September 16, 2011 This is a code for stylish: @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("mail.google.com") { table.Bs.nH.iY[cellpadding="0"]>tr>td.Bu:last-child{ display: none !important; } } This is for greasemonkey: // ==UserScript== // @name gmail_no_right_column // @namespace gmail_no_right_column@heartripper // @include *mail.google.com* // ==/UserScript== GM_addStyle('table.Bs.nH.iY[cellpadding="0"]>tr>td.Bu:last-child{display: none !important;}'); cacoe 1 Share Link to comment Share on other sites More sharing options...
0 cacoe Posted September 25, 2011 Author Share Posted September 25, 2011 This is a code for stylish: @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("mail.google.com") { table.Bs.nH.iY[cellpadding="0"]>tr>td.Bu:last-child{ display: none !important; } } This is for greasemonkey: // ==UserScript== // @name gmail_no_right_column // @namespace gmail_no_right_column@heartripper // @include *mail.google.com* // ==/UserScript== GM_addStyle('table.Bs.nH.iY[cellpadding="0"]>tr>td.Bu:last-child{display: none !important;}'); I'm glad I came back to check this after so long, works perfectly! Thanks! edit- Ah poo, it doesn't work if you turn on the labs extension called "Preview Pane". :( You haven't got time to make a change to it to make this work have you please? Thanks. Link to comment Share on other sites More sharing options...
0 SoapyHamHocks Member Posted September 25, 2011 Member Share Posted September 25, 2011 I'm glad I came back to check this after so long, works perfectly! Thanks! edit- Ah poo, it doesn't work if you turn on the labs extension called "Preview Pane". :( You haven't got time to make a change to it to make this work have you please? Thanks. Try these: @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("mail.google.com") { table.Bs.nH.dFFoge.dGpsQd.id > TR > TD:last-child { display: none !important; } } // ==UserScript== // @name gmail_no_right_column // @namespace gmail_no_right_column@heartripper // @include *mail.google.com* // ==/UserScript== GM_addStyle('table.Bs.nH.dFFoge.dGpsQd.id > TR > TD:last-child{display: none !important;}'); Link to comment Share on other sites More sharing options...
Question
cacoe
Any ideas about removing this area from gmail and collapsing the column? I love the new multi column labs option but this little bugger takes up loads of space.
Link to comment
Share on other sites
7 answers to this question
Recommended Posts