Rated 4 out of 5 stars

CSS to hide button text in userChrome.css:

.extension-action > div:nth-child(1) > button:nth-child(1) {
font-size: 0 !important;
}