middleware.js 202 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 document.addEventListener('plugin:selectedText', function(e) { if (e.detail === undefined) return; window.plugin = (window.plugin || new VLibras.Plugin()); window.plugin.translate(e.detail); });