Skip to content

Instantly share code, notes, and snippets.

@mi-lee
Last active July 4, 2022 17:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mi-lee/b07cbf6a9c01a7c4f867089885159a4b to your computer and use it in GitHub Desktop.
Save mi-lee/b07cbf6a9c01a7c4f867089885159a4b to your computer and use it in GitHub Desktop.
Bookmarklet. Searches highlighted book title on Libgen
javascript:window.open('http://gen.lib.rus.ec/search.php?req='+encodeURIComponent(window.getSelection().toString()), '', 'left=0,top=0,width=550,height=450,personalbar=0,toolbar=0,scrollbars=0,resizable=0');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment