Skip to content

Hide buttons on Lorenzi's Jisho by shadyendless

Details

Authorshadyendless

LicenseNo License

Categoryjisho.hlorenzi.com

Created

Updated

Size436 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides the additional buttons on Lorenzi's Jisho

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Hide Buttons
@namespace      jisho.hlorenzi.com
@version        1.0.0
@description    Hides the extra buttons on the Lorenzi's Jisho site
@author         Jacob Foster
==/UserStyle== */

@-moz-document domain("jisho.hlorenzi.com") {    
    button[title="Show alternative spellings"],
    button[title="Word options"],
    button[title="Study list options"] {
        display: none;
    }
}

Reviews

No reviews yet.