javascript:(function(){document.querySelectorAll('tr:not([style="display: none"])').forEach(e=>{let t=e.querySelector('td:nth-child(1)');if(t){let n=document.createElement('a');n.href='https://www.google.com/search?q='+encodeURIComponent(t.textContent.trim()),n.target='_blank',n.textContent='Search on Google.com',n.style.paddingLeft='22px';let o=document.createElement('tr'),c=document.createElement('td');c.appendChild(n),o.appendChild(c),e.parentNode.insertBefore(o,e.nextSibling),t.addEventListener('click',function(e){e.stopPropagation()})}})})();