javascript: Qr = window.getSelection ? window.getSelection().toString() : document.selection.createRange().text; if (Qr) { void(window.open('https://sci-hub.se/' + String(Qr).replace(/^\s+|\s+$/g, ''))); } else { void(Qr = prompt('Enter URL/DOI to sci-hub it', '')); location.href = 'https://sci-hub.se/' + String(Qr).replace(/^\s+|\s+$/g, ''); }