// ==UserScript== // @name Bunpro: Jisho Button // @namespace http://tampermonkey.net/ // @version 0.3.5 // @description Searches the sentence on Jisho. // @author Kumirei // @include https://bunpro.jp/* // @require https://greasyfork.org/scripts/5392-waitforkeyelements/code/WaitForKeyElements.js?version=115012 // @grant none // @downloadURL none // ==/UserScript== (function() { //Wait until we're on the study page and can add the button waitForKeyElements('.study-question-japanese', function(e) { //add button if (!$('#buttonsBar').length) { $('#check-grammar').before('