// bookmarklet_title: SciHub function findInSciHub() { const sciHubUrl = `https://sci-hub.se/${location.toString()}` window.open(sciHubUrl, "_blank") } findInSciHub()