• 0

Looking for a greasemonkey script


Question

7 answers to this question

Recommended Posts

  • 0

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

  • 0

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;}');

Link to comment
Share on other sites

  • 0

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

  • 0

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

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.