CarlosFatureto / GMail Remove Bars

// ==UserScript==
// @name            GMail Remove Bars
// @domain          mail.google.com
// @match           https://mail.google.com/*
// @license         MIT
// @require         https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js
// ==/UserScript==

$(window).load(function() {
    $('.nH.bAw.nn').remove();
    $('.aju').remove();
    $('.nH.age.apP.aZ6.apk.nn.bx3').css('overflow-y', 'hidden');
});